Distribution
Verified contract
Active on
Ethereum with 3,649 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($32.50)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
INSP | ERC-20 | 496.885468 | $0.065402 |
$32.5 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21130466 | 10 days ago | | | 0 | 0.00067591444 | |
| 21130022 | 10 days ago | | | 0 | 0.00069964827 | |
| 21130022 | 10 days ago | | | 0 | 0.00069964827 | |
| 21128951 | 10 days ago | | | 0 | 0.0018983861 | |
| 21123293 | 11 days ago | | | 0 | 0.00063076846 | |
| 21118375 | 11 days ago | | | 0 | 0.00029067960 | |
| 21117850 | 11 days ago | | | 0 | 0.00027383372 | |
| 21117844 | 11 days ago | | | 0 | 0.00019492466 | |
| 21117835 | 11 days ago | | | 0 | 0.00018625355 | |
| 21114887 | 12 days ago | | | 0 | 0.00033973843 |
ABI
ABI objects
Getter at block 21199609
INSPECT_TOKEN() view returns (address)
0x186ef81fd8e77eec8bffc3039e7ec41d5fc0b457
owner() view returns (address result)
0x46d875ec72a0a16c3a6835e411a9b782a11451bb
Read-only
claimableAmount(address _recipient, uint256 _totalAllocation) view returns (uint256)
ownershipHandoverExpiresAt(address pendingOwner) view returns (uint256 result)
previouslyClaimedAmount(address) view returns (uint256)
State-modifying
Events cancelOwnershipHandover() payable
claim(address _recipient, uint256 _totalAllocation, bytes32[] _proof)
completeOwnershipHandover(address pendingOwner) payable
renounceOwnership() payable
requestOwnershipHandover() payable
setRoot(bytes32 _newRoot)
transferOwnership(address newOwner) payable
withdrawUnclaimedTokens()
OwnershipHandoverCanceled(address indexed pendingOwner)
OwnershipHandoverRequested(address indexed pendingOwner)
OwnershipTransferred(address indexed oldOwner, address indexed newOwner)
constructor(bytes32 root, uint256 claimStart)
This contract contains no fallback and receive objects.
AlreadyInitialized()
ClaimStillActive()
InvalidProof()
NewOwnerIsZeroAddress()
NoHandoverRequest()
Unauthorized()
ZeroClaimable()