EmissionRateManager
Verified contract
Active on
Ethereum with 1 txns
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 "EmissionRateManager"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15700493 | 2 years ago | | | 0 | 0.00015683197 |
ABI
ABI objects
Getter at block 21181189
WAD() view returns (uint256)
100000000000000000
owner() view returns (address)
0x3dbaa3506b9f51535bbcd30a8b9ed4c075c8b6ef
Read-only
amountToMint(uint256 tokenRarity, uint256 timestamp, uint256 interval) view returns (uint256 amount, uint256 newTimestamp)
currentEmissionRate(uint256 tokenRarity) view returns (uint256 emissionRate)
emissionRates(uint256, uint256) view returns (uint256 value, uint256 timestamp)
State-modifying
Events renounceOwnership()
setEmissionRate(uint256[] rarities, uint256[] rates)
transferOwnership(address newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.