SagaGenesisGrantMinter
Verified contract
Active on
Ethereum with 196 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xe18a…d7ba
0x29ca…867a
Balances ($0.00)
No balances found for "SagaGenesisGrantMinter"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13028182 | 3 years ago | | | 0 | 0.0070402490 | |
| 13026921 | 3 years ago | | | 0 | 0.0072305260 | |
| 13024483 | 3 years ago | | | 0 | 0.0090224263 | |
| 13020681 | 3 years ago | | | 0 | 0.0076477730 | |
| 13020670 | 3 years ago | | | 0 | 0.0070752643 | |
| 13020589 | 3 years ago | | | 0 | 0.0067723492 | |
| 13020589 | 3 years ago | | | 0 | 0.0070229250 | |
| 13017455 | 3 years ago | | | 0 | 0.0074916960 | |
| 13017031 | 3 years ago | | | 0 | 0.0063991570 | |
| 13017028 | 3 years ago | | | 0 | 0.0063991570 |
ABI
ABI objects
Getter at block 21222482
genesisTokenType1() view returns (uint256)
57896044618658097711785492504343953926975274699741220483192166611388333031424
genesisTokenType2() view returns (uint256)
57896044618658097711785492504343953927315557066662158946655541218820101242880
maxIndex() view returns (uint256)
200
mintableErc1155() view returns (address)
0xe18a32192ed95b0fe9d70d19e5025f103475d7ba
owner() view returns (address)
0x28558ba4343feb2709ed7a9531b72402a7794d8d
paused() view returns (bool)
false
registry() view returns (address)
0x29ca58d4a0857ae3f0608a546cde5f254a3f867a
tokenType() view returns (uint256)
57896044618658097711785492504343953928336404167424974337045665041115405877248
Read-only
mintedCount(address) view returns (uint256)
permittedProxies(address) view returns (bool)
State-modifying
Events mint(address[] _dsts, uint256[] _txHashes) payable
mintByProxy(address[] _dsts, uint256[] _txHashes) payable
pause()
renounceOwnership()
setPermittedProxies(address _proxy, bool _status)
transferOwnership(address newOwner)
unpause()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Unpaused(address account)
constructor(address _registry, address _mintableErc1155, uint256 _tokenType, uint256 _genesisTokenType1, uint256 _genesisTokenType2, uint256 _maxMintingSupply)
This contract contains no fallback and receive objects.
This contract contains no error objects.