ERC20Claim
Verified contract
Active on
Ethereum with 723 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
1MIL | ERC-20 | 240 | $0.044029 |
$10.57 | |
DHV | ERC-20 | 134.03 | $0.024304 |
$3.26 | |
POL | ERC-20 | 17.5K | -- | -- | |
PETRO | ERC-20 | 3.90625K | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13082533 | 3 years ago | | | 0 | 0.012207205 | |
| 13080559 | 3 years ago | | | 0 | 0.0026941500 | |
| 13058144 | 3 years ago | | | 0 | 0.0031936691 | |
| 13042163 | 3 years ago | | | 0 | 0.0032048720 | |
| 13041214 | 3 years ago | | | 0 | 0.0038788050 | |
| 13039167 | 3 years ago | | | 0 | 0.0032159920 | |
| 13038914 | 3 years ago | | | 0 | 0.0046348120 | |
| 13038725 | 3 years ago | | | 0 | 0.0036455933 | |
| 13038638 | 3 years ago | | | 0 | 0.0016355805 | |
| 13038630 | 3 years ago | | | 0 | 0.0037918300 |
ABI
ABI objects
Getter at block 21315808
ADMIN_ROLE() view returns (bytes32)
0xa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c21775
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
QUOTE_SIGNER_ROLE() view returns (bytes32)
0x5ad4c58af6038875a8389a5a539d5aa4662d7168cd0c214c7c203da21c0a0d4f
Read-only
distributions(address) view returns (uint256 startTimestamp)
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)
recoverSigner(address token, address buyer, uint256 quote, bytes quoteSignature) pure returns (address)
State-modifying
Events claim(address token, uint256 amount, uint256 quote, bytes quoteSignature)
grantRole(bytes32 role, address account)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setupClaim(address token, uint256 _startTimestamp)
withdrawERC1155(address token, uint256 id, uint256 amount, bytes data)
withdrawERC20(address token)
withdrawERC721(address token, uint256 id)
withdrawEth()
Claim(address indexed token, address indexed beneficiary, uint256 amount)
DistributionScheduled(address indexed token, uint256 start)
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)
WithdrawEth(address beneficiary, uint256 amount)
WithdrawToken(address indexed token, address beneficiary, uint256 id, uint256 amount)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.