TalentTGEUnlockTimestamp
Verified contract
Active on
Base with 10,224 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($42,813.92)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
TALENT | ERC-20 | 575.773182K | $0.074359 |
$42,813.92 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22757833 | 3 minutes ago | | | 0 | 0.000011879042 | |
| 22749796 | 5 hours ago | | | 0 | 0.0000017589925 | |
| 22748323 | 5 hours ago | | | 0 | 0.0000021161675 | |
| 22741696 | 9 hours ago | | | 0 | 0.000011606258 | |
| 22739535 | 10 hours ago | | | 0 | 0.000010789387 | |
| 22736276 | 12 hours ago | | | 0 | 0.000011078731 | |
| 22735993 | 12 hours ago | | | 0 | 3.7312650e-7 | |
| 22735826 | 12 hours ago | | | 0 | 3.8961590e-7 | |
| 22734918 | 13 hours ago | | | 0 | 0.0000090160262 | |
| 22734550 | 13 hours ago | | | 0 | 0.000010806806 |
ABI
ABI objects
Getter at block 22757930
isContractEnabled() view returns (bool)
true
merkleRoot() view returns (bytes32)
0x3820b670f4f561b26812b5f95bbff0d87248a4990e9ee4bc66e346c68ad62560
owner() view returns (address)
0xc019e69352896adc819a2758ffe3cdcb4f88c968
token() view returns (address)
0x9a33406165f562e16c3abd82fd1185482e01b49a
unlockTimestamp() view returns (uint256)
1730203200
Read-only
claimed(address) view returns (uint256)
State-modifying
Events claim(bytes32[] merkleProofClaim, uint256 amountAllocated)
disableContract()
enableContract()
renounceOwnership()
setMerkleRoot(bytes32 nextMerkleRoot)
setUnlockTimestamp(uint256 _unlockTimestamp)
transferOwnership(address newOwner)
withdraw()
Claimed(address indexed claimer, uint256 amount, uint256 burned)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _token, bytes32 _merkleRoot, address owner, uint256 _unlockTimestamp)
This contract contains no fallback and receive objects.
AddressEmptyCode(address target)
AddressInsufficientBalance(address account)
FailedInnerCall()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
SafeERC20FailedOperation(address token)