StrongNFTClaimer
Verified contract
Active on
Ethereum with 3,275 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x2e73…de71
0x4b50…acad
Balances ($0.00)
No balances found for "StrongNFTClaimer"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12069924 | 4 years ago | | | 0.001 | 0.023254608 | |
| 12069162 | 4 years ago | | | 0.001 | 0.018782568 | |
| 12069140 | 4 years ago | | | 0.001 | 0.019826044 | |
| 12069018 | 4 years ago | | | 0.001 | 0.016099344 | |
| 12067993 | 4 years ago | | | 0.001 | 0.019378840 | |
| 12066687 | 4 years ago | | | 0.001 | 0.019676976 | |
| 12066165 | 4 years ago | | | 0.001 | 0.021018588 | |
| 11909935 | 4 years ago | | | 0.001 | 0.026803062 | |
| 11909921 | 4 years ago | | | 0.001 | 0.021984534 | |
| 11909831 | 4 years ago | | | 0.001 | 0.024544377 |
ABI
ABI objects
Getter at block 21394132
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
claimingFeeInWei() view returns (uint256)
1000000000000000
feeCollector() view returns (address)
0x4b5057b2c87ec9e7c047fb00c0e406dff2fdacad
owner() view returns (address)
0xfc1736d997450a6e6975dd2450a03403c635791d
service() view returns (address)
0xfbddadd80fe7bda00b901fbaf73803f2238ae655
token() view returns (address)
0x2e734269c869bda3ea6550f510d2514f2d66de71
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)
isEligible(string tokenName, address claimer) view returns (bool)
tokenNameAddressClaimed(string, address) view returns (bool)
tokenNameCounter(string) view returns (uint256 _value)
tokenNameExists(string) view returns (bool)
tokenNameIndex(string) view returns (uint256)
tokenNames(uint256) view returns (string)
State-modifying
Events addTokenName(string tokenName, uint256 counterValue)
claim(string tokenName) payable
grantRole(bytes32 role, address account)
init(address tokenContract, address serviceContract)
renounceOwnership()
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
transferOwnership(address newOwner)
updateClaimingFee(uint256 feeInWei)
updateFeeCollector(address newFeeCollector)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
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)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.