SeamAirdrop

Verified contract

Active on Base with 3,433 txns
Deployed by via 0x6264d4d9 at 7647969
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
Value $0
0x1f6805a2183d58bd23ab300abbd25b86c6369ac81aa0f42196b06838dca96891
0x1f86ac202751b947c051903eba6ba9b16773549e7adc71a76cd5e6fddb72cc93
0x3a6e830c165a5048389bc2ff674cf28aa90f49bf21bc79f6991ea2cf8134c721
0x300bd2150105a205d2962c7e5f4af85c5b6244dd4b3a73fdc58015126fff18c4
0x7c950037f33f571c577eb77f33ffb3a5bc6536ea8947162491fc50e8d21086c4
0x7a2ced939a574b8784ca7af5c6821ca12ea65908ea1a63eb15b2211b26a808c6
0xcf6397d6e2e3b080349e98f3530e0a688acf103950f9e3b007556b138a36f9d5
0x0dbe77bb198c57fb198c01a3d4325159665e96da94d6c2a7c941c58389a6d4b1
0x44360c24c39ec6abb03f363deafed87c9327c330414ff2cab54a30ee9b52c1a5
0xb854242c51654d10aebf1982c7cd627c81f19920ba6fc3a4af1042b529e6a58b

Functions
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 accountview returns (bool status)
State-modifying
claim(address recipientuint256 amountbytes32[] merkleProof
renounceOwnership(
setMerkleRoot(bytes32 _merkleRoot
setVestingPercentage(uint256 _vestingPercentage
transferOwnership(address newOwner
withdraw(address tokenaddress recipientuint256 amount
Events
Claim(address indexed recipientuint256 seamAmountuint256 esSeamAmount
MerkleRootSet(bytes32 merkleRoot
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
VestingPercentageSet(uint256 vestingPercentage
Withdraw(address indexed tokenaddress indexed recipientuint256 amount
Constructor
constructor(address _seamaddress _escrowSeamuint256 _vestingPercentagebytes32 _merkleRootaddress _owner
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AddressEmptyCode(address target
AddressInsufficientBalance(address account
AlreadyClaimed(address recipient
FailedInnerCall(
InvalidProof(
InvalidVestingPercentage(
MathOverflowedMulDiv(
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account
SafeERC20FailedOperation(address token