Summon
Verified contract
Active on
Ethereum with 21,489 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 "Summon"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14808540 | 2 years ago | | | 0 | 0.00071948691 | |
| 14727253 | 3 years ago | | | 0 | 0.00071073903 | |
| 14719536 | 3 years ago | | | 0 | 0.021102360 | |
| 14719433 | 3 years ago | | | 0 | 0.0089054361 | |
| 14719430 | 3 years ago | | | 0 | 0.0091644044 | |
| 14719430 | 3 years ago | | | 0 | 0.0091644044 | |
| 14719429 | 3 years ago | | | 0 | 0.0092529892 | |
| 14719426 | 3 years ago | | | 0 | 0.0082501100 | |
| 14719414 | 3 years ago | | | 0 | 0.0071000792 | |
| 14719311 | 3 years ago | | | 0 | 0.0076731642 |
ABI
ABI objects
Getter at block 21157355
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
getConfetti() view returns (address)
0xcfef8857e9c80e3440a823971420f7fa5f62f020
getCost() pure returns (uint256)
100000000000000000000
getFighter() view returns (address)
0x87e738a3d5e5345d6212d8982205a564289e6324
getHero() view returns (address)
0x966731dfd9b9925dd105ff465687f5aa8f54ee9f
getTeam() view returns (address)
0xcf2d2da4c2f9b0675a197febc6708704834f9c24
paused() view returns (bool)
true
Read-only
getRoleAdmin(bytes32 role) view returns (bytes32)
getRoleMember(bytes32 role, uint256 index) view returns (address)
getRoleMemberCount(bytes32 role) view returns (uint256)
hasRole(bytes32 role, address account) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events grantRole(bytes32 role, address account)
mintFighter()
mintHero(uint256 proof, uint256[] burnIds)
pause()
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setTeam(address team)
unpause()
Paused(address account)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
Unpaused(address account)
constructor(address admin, address hero, address fighter, address confetti, address party)
This contract contains no fallback and receive objects.
This contract contains no error objects.