SupplySchedule
Verified contract
Proxy
Active on
Ethereum with 4 txns
Unified storage
Map
Table
Raw
Constants and immutables
14
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "SupplySchedule"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 9595558 | 5 years ago | | | 0 | 0.000089146000 | |
| 9517579 | 5 years ago | | | 0 | 0.00011062000 | |
| 9092581 | 5 years ago | | | 0 | 0.00089146000 | |
| 9092451 | 5 years ago | | | 0 | 0.00090014000 |
ABI
ABI objects
Getter at block 21429862 mintableSupply() view returns (uint256) PRECISE_UNIT() view returns (uint256) UNIT() view returns (uint256) decimals() view returns (uint8) highPrecisionDecimals() view returns (uint8) preciseUnit() pure returns (uint256) unit() pure returns (uint256)
DECAY_RATE() view returns (uint256)
12500000000000000
INFLATION_START_DATE() view returns (uint256)
1551830400
INITIAL_WEEKLY_SUPPLY() view returns (uint256)
1442307692307692307692307
MAX_MINTER_REWARD() view returns (uint256)
200000000000000000000
MINT_BUFFER() view returns (uint256)
86400
MINT_PERIOD_DURATION() view returns (uint256)
604800
SUPPLY_DECAY_END() view returns (uint8)
234
SUPPLY_DECAY_START() view returns (uint8)
40
TERMINAL_SUPPLY_RATE_ANNUAL() view returns (uint256)
25000000000000000
isMintable() view returns (bool)
true
lastMintEvent() view returns (uint256)
1644451200
minterReward() view returns (uint256)
0
nominatedOwner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0xeb3107117fead7de89cd14d463d340a2e6917769
synthetixProxy() view returns (address)
0xc011a73ee8576fb46f5e1c5751ca3b9fe0af2a6f
weekCounter() view returns (uint256)
153
weeksSinceLastIssuance() view returns (uint256)
148
Read-only
terminalInflationSupply(uint256 totalSupply, uint256 numOfWeeks) pure returns (uint256)
tokenDecaySupplyForWeek(uint256 counter) pure returns (uint256)
State-modifying
Events acceptOwnership()
nominateNewOwner(address _owner)
recordMintEvent(uint256 supplyMinted) returns (bool)
setMinterReward(uint256 amount)
setSynthetixProxy(address _synthetixProxy)
MinterRewardUpdated(uint256 newRewardAmount)
OwnerChanged(address oldOwner, address newOwner)
OwnerNominated(address newOwner)
SupplyMinted(uint256 supplyMinted, uint256 numberOfWeeksIssued, uint256 lastMintEvent, uint256 timestamp)
SynthetixProxyUpdated(address newAddress)
constructor(address _owner, uint256 _lastMintEvent, uint256 _currentWeek)
This contract contains no fallback and receive objects.
This contract contains no error objects.