FighterClaim
Verified contract
Active on
Ethereum with 1,111 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "FighterClaim"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14368940 | 3 years ago | | | 0 | 0.00087428916 | |
| 14368837 | 3 years ago | | | 0 | 0.0055405093 | |
| 14368698 | 3 years ago | | | 0 | 0.0033915866 | |
| 14368534 | 3 years ago | | | 0 | 0.013172850 | |
| 14368465 | 3 years ago | | | 0 | 0.0053233781 | |
| 14368412 | 3 years ago | | | 0 | 0.0084181378 | |
| 14368401 | 3 years ago | | | 0 | 0.0071673832 | |
| 14368016 | 3 years ago | | | 0 | 0.0090335989 | |
| 14367809 | 3 years ago | | | 0 | 0.0078516154 | |
| 14367726 | 3 years ago | | | 0 | 0.0095350059 |
ABI
ABI objects
Getter at block 21309294
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MAX_CLAIM() view returns (uint32)
1585
SALE_ADMIN_ROLE() view returns (bytes32)
0x27a0624e64a794e52337524177801654db9a21fcd4c18d902036cf6ff01b0159
claimedAmount() view returns (uint32)
1087
expiresAt() view returns (uint64)
1647042286
fighter() view returns (address)
0x87e738a3d5e5345d6212d8982205a564289e6324
isActive() view returns (bool)
false
merkleRoot() view returns (bytes32)
0xdd0126757efa5e2e9059b2746e41c09eda3053b299dca13ec16a92dd8148523e
Read-only
claimed(address user) view returns (bool)
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 claim(bytes32[] proof)
grantRole(bytes32 role, address account)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setActive(bool _isActive)
setMerkleRoot(bytes32 _merkleRoot)
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)
constructor(address admin, address saleAdmin, address _fighter)
This contract contains no fallback and receive objects.
This contract contains no error objects.