[ { "inputs": [ { "internalType": "address", "name": "_owner", "type": "address" }, { "internalType": "uint256", "name": "_lastMintEvent", "type": "uint256" }, { "internalType": "uint256", "name": "_currentWeek", "type": "uint256" } ], "payable": false, "stateMutability": "nonpayable", "type": "constructor", "signature": "constructor" }, { "anonymous": false, "inputs": [ { "indexed": false, "internalType": "uint256", "name": "newRewardAmount", "type": "uint256" } ], "name": "MinterRewardUpdated", "type": "event", "signature": "0x036e0c635f8b7d9314bb6f2a577046108ef0f8b5e3869fbd29fd5a448ed99d30" }, { "anonymous": false, "inputs": [ { "indexed": false, "internalType": "address", "name": "newAddress", "type": "address" } ], "name": "OikosProxyUpdated", "type": "event", "signature": "0xb3f04140ca6cfdbdb1278a4f6a248ddacb81a1006675931f2d9735a5468213b2" }, { "anonymous": false, "inputs": [ { "indexed": false, "internalType": "address", "name": "oldOwner", "type": "address" }, { "indexed": false, "internalType": "address", "name": "newOwner", "type": "address" } ], "name": "OwnerChanged", "type": "event", "signature": "0xb532073b38c83145e3e5135377a08bf9aab55bc0fd7c1179cd4fb995d2a5159c" }, { "anonymous": false, "inputs": [ { "indexed": false, "internalType": "address", "name": "newOwner", "type": "address" } ], "name": "OwnerNominated", "type": "event", "signature": "0x906a1c6bd7e3091ea86693dd029a831c19049ce77f1dce2ce0bab1cacbabce22" }, { "anonymous": false, "inputs": [ { "indexed": false, "internalType": "uint256", "name": "supplyMinted", "type": "uint256" }, { "indexed": false, "internalType": "uint256", "name": "numberOfWeeksIssued", "type": "uint256" }, { "indexed": false, "internalType": "uint256", "name": "lastMintEvent", "type": "uint256" }, { "indexed": false, "internalType": "uint256", "name": "timestamp", "type": "uint256" } ], "name": "SupplyMinted", "type": "event", "signature": "0x601e517d4811033fed8290c79b7823ce1ab70258da45400fe2391a3c7432edab" }, { "constant": true, "inputs": [], "name": "DECAY_RATE", "outputs": [ { "internalType": "uint256", "name": "", "type": "uint256" } ], "payable": false, "stateMutability": "view", "type": "function", "signature": "0x1de40e49" }, { "constant": true, "inputs": [], "name": "INFLATION_START_DATE", "outputs": [ { "internalType": "uint256", "name": "", "type": "uint256" } ], "payable": false, "stateMutability": "view", "type": "function", "signature": "0x7e1b823f" }, { "constant": true, "inputs": [], "name": "INITIAL_WEEKLY_SUPPLY", "outputs": [ { "internalType": "uint256", "name": "", "type": "uint256" } ], "payable": false, "stateMutability": "view", "type": "function", "signature": "0xbadef30a" }, { "constant": true, "inputs": [], "name": "MAX_MINTER_REWARD", "outputs": [ { "internalType": "uint256", "name": "", "type": "uint256" } ], "payable": false, "stateMutability": "view", "type": "function", "signature": "0x22af2bab" }, { "constant": true, "inputs": [], "name": "MINT_BUFFER", "outputs": [ { "internalType": "uint256", "name": "", "type": "uint256" } ], "payable": false, "stateMutability": "view", "type": "function", "signature": "0x46872a23" }, { "constant": true, "inputs": [], "name": "MINT_PERIOD_DURATION", "outputs": [ { "internalType": "uint256", "name": "", "type": "uint256" } ], "payable": false, "stateMutability": "view", "type": "function", "signature": "0xdf5a9fc1" }, { "constant": true, "inputs": [], "name": "SUPPLY_DECAY_END", "outputs": [ { "internalType": "uint8", "name": "", "type": "uint8" } ], "payable": false, "stateMutability": "view", "type": "function", "signature": "0x7c060557" }, { "constant": true, "inputs": [], "name": "SUPPLY_DECAY_START", "outputs": [ { "internalType": "uint8", "name": "", "type": "uint8" } ], "payable": false, "stateMutability": "view", "type": "function", "signature": "0x251330f1" }, { "constant": true, "inputs": [], "name": "TERMINAL_SUPPLY_RATE_ANNUAL", "outputs": [ { "internalType": "uint256", "name": "", "type": "uint256" } ], "payable": false, "stateMutability": "view", "type": "function", "signature": "0x25542064" }, { "constant": false, "inputs": [], "name": "acceptOwnership", "outputs": [], "payable": false, "stateMutability": "nonpayable", "type": "function", "signature": "0x79ba5097" }, { "constant": true, "inputs": [], "name": "isMintable", "outputs": [ { "internalType": "bool", "name": "", "type": "bool" } ], "payable": false, "stateMutability": "view", "type": "function", "signature": "0x46b45af7" }, { "constant": true, "inputs": [], "name": "lastMintEvent", "outputs": [ { "internalType": "uint256", "name": "", "type": "uint256" } ], "payable": false, "stateMutability": "view", "type": "function", "signature": "0xbe801f01" }, { "constant": true, "inputs": [], "name": "mintableSupply", "outputs": [ { "internalType": "uint256", "name": "", "type": "uint256" } ], "payable": false, "stateMutability": "view", "type": "function", "signature": "0xcc5c095c" }, { "constant": true, "inputs": [], "name": "minterReward", "outputs": [ { "internalType": "uint256", "name": "", "type": "uint256" } ], "payable": false, "stateMutability": "view", "type": "function", "signature": "0x9bdd7ac7" }, { "constant": false, "inputs": [ { "internalType": "address", "name": "_owner", "type": "address" } ], "name": "nominateNewOwner", "outputs": [], "payable": false, "stateMutability": "nonpayable", "type": "function", "signature": "0x1627540c" }, { "constant": true, "inputs": [], "name": "nominatedOwner", "outputs": [ { "internalType": "address", "name": "", "type": "address" } ], "payable": false, "stateMutability": "view", "type": "function", "signature": "0x53a47bb7" }, { "constant": true, "inputs": [], "name": "oikosProxy", "outputs": [ { "internalType": "address payable", "name": "", "type": "address" } ], "payable": false, "stateMutability": "view", "type": "function", "signature": "0xebd50faa" }, { "constant": true, "inputs": [], "name": "owner", "outputs": [ { "internalType": "address", "name": "", "type": "address" } ], "payable": false, "stateMutability": "view", "type": "function", "signature": "0x8da5cb5b" }, { "constant": false, "inputs": [ { "internalType": "uint256", "name": "supplyMinted", "type": "uint256" } ], "name": "recordMintEvent", "outputs": [ { "internalType": "bool", "name": "", "type": "bool" } ], "payable": false, "stateMutability": "nonpayable", "type": "function", "signature": "0x7e7961d7" }, { "constant": false, "inputs": [ { "internalType": "uint256", "name": "amount", "type": "uint256" } ], "name": "setMinterReward", "outputs": [], "payable": false, "stateMutability": "nonpayable", "type": "function", "signature": "0x4ae26521" }, { "constant": false, "inputs": [ { "internalType": "contract IOikos", "name": "_oikosProxy", "type": "address" } ], "name": "setOikosProxy", "outputs": [], "payable": false, "stateMutability": "nonpayable", "type": "function", "signature": "0x2d122dc6" }, { "constant": true, "inputs": [ { "internalType": "uint256", "name": "totalSupply", "type": "uint256" }, { "internalType": "uint256", "name": "numOfWeeks", "type": "uint256" } ], "name": "terminalInflationSupply", "outputs": [ { "internalType": "uint256", "name": "", "type": "uint256" } ], "payable": false, "stateMutability": "pure", "type": "function", "signature": "0xb3b2bcc0" }, { "constant": true, "inputs": [ { "internalType": "uint256", "name": "counter", "type": "uint256" } ], "name": "tokenDecaySupplyForWeek", "outputs": [ { "internalType": "uint256", "name": "", "type": "uint256" } ], "payable": false, "stateMutability": "pure", "type": "function", "signature": "0x4e070f50" }, { "constant": true, "inputs": [], "name": "weekCounter", "outputs": [ { "internalType": "uint256", "name": "", "type": "uint256" } ], "payable": false, "stateMutability": "view", "type": "function", "signature": "0xd3bd4bde" }, { "constant": true, "inputs": [], "name": "weeksSinceLastIssuance", "outputs": [ { "internalType": "uint256", "name": "", "type": "uint256" } ], "payable": false, "stateMutability": "view", "type": "function", "signature": "0xdbd3a6a7" } ]