Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x998e…d5e5
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USA | ERC-20 | 1 | $0.000744 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14227823 | 6 months ago | | | 0 | 0.0000088647729 | |
| 14197554 | 6 months ago | | | 0 | 0.0000019006785 | |
| 14196501 | 6 months ago | | | 0 | 0.0000020603683 | |
| 14185348 | 6 months ago | | | 0 | 0.000017210147 | |
| 14162202 | 7 months ago | | | 0 | 0.0000016467676 | |
| 14150383 | 7 months ago | | | 0 | 0.0000020610486 | |
| 14145676 | 7 months ago | | | 0 | 0.0000020930615 | |
| 14108864 | 7 months ago | | | 0 | 0.0000018578095 | |
| 14014621 | 7 months ago | | | 0 | 0.0000020634759 | |
| 13932949 | 7 months ago | | | 0 | 0.0000018812503 |
ABI
ABI objects
Getter at block 22759883
MAX_VESTING_PERCENTAGE() view returns (uint256)
10000
escrowSeam() view returns (address)
0x998e44232bef4f8b033e5a5175bdc97f2b10d5e5
merkleRoot() view returns (bytes32)
0x7ae45307af70d32c01b2e278d7b49bc9926ef348ff5a5d75620157a14ae7863d
owner() view returns (address)
0x814767222a9dcea379dfbacd1b98e86539f3c6bb
seam() view returns (address)
0x1c7a460413dd4e964f96d8dfc56e7223ce88cd85
vestingPercentage() view returns (uint256)
0
Read-only
hasClaimed(address account) view returns (bool status)
State-modifying
Events claim(address recipient, uint256 amount, bytes32[] merkleProof)
renounceOwnership()
setMerkleRoot(bytes32 _merkleRoot)
setVestingPercentage(uint256 _vestingPercentage)
transferOwnership(address newOwner)
withdraw(address token, address recipient, uint256 amount)
Claim(address indexed recipient, uint256 seamAmount, uint256 esSeamAmount)
MerkleRootSet(bytes32 merkleRoot)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
VestingPercentageSet(uint256 vestingPercentage)
Withdraw(address indexed token, address indexed recipient, uint256 amount)
constructor(address _seam, address _escrowSeam, uint256 _vestingPercentage, bytes32 _merkleRoot, address _owner)
This contract contains no fallback and receive objects.
AddressEmptyCode(address target)
AddressInsufficientBalance(address account)
AlreadyClaimed(address recipient)
FailedInnerCall()
InvalidProof()
InvalidVestingPercentage()
MathOverflowedMulDiv()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
SafeERC20FailedOperation(address token)