TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 231,515 txns
Unified storage
Map
Table
Raw
Constants and immutables
3
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($66.67)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ALT | ERC-20 | 600 | $0.111117 |
$66.67 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20388126 | 4 months ago | | | 0 | 0.000087865290 | |
| 20152664 | 5 months ago | | | 0 | 0.000050756742 | |
| 20100719 | 5 months ago | | | 0 | 0.000099479747 | |
| 20100719 | 5 months ago | | | 0 | 0.000099771400 | |
| 20034736 | 5 months ago | | | 0 | 0.00077457420 | |
| 20034733 | 5 months ago | | | 0 | 0.00068830624 | |
| 20034733 | 5 months ago | | | 0 | 0.00070507435 | |
| 20034733 | 5 months ago | | | 0 | 0.00070507435 | |
| 20034733 | 5 months ago | | | 0 | 0.00070291638 | |
| 19789315 | 6 months ago | | | 0 | 0.00025057752 |
ABI
ABI objects
Getter at block 21159875
endTime() view returns (uint256)
1708851600
merkleRoot() view returns (bytes32)
0xd6a245fc8bf3f28fe7ef8edc2ea975d18dae5e2cbf5d7cf6419ea02bf06929b2
messageHash() view returns (bytes32)
0x97aab66f1ecc4f24c2ac841a04454e1a61486d3bc2787c71db145fc33cd813ee
owner() view returns (address)
0x3af2acb662a241da4ef4310c7ab226f552b42115
paused() view returns (bool)
false
startTime() view returns (uint256)
1706173200
token() view returns (address)
0x8457ca5040ad67fdebbcc8edce889a335bc0fbfb
vault() view returns (address)
0x3af2acb662a241da4ef4310c7ab226f552b42115
Read-only
blocked(address) view returns (bool)
claimed(bytes32) view returns (bool)
verifyCalldata(uint256 amount, bytes32[] proof) view returns (bool)
State-modifying
Events blocklist(address[] accounts, bool status)
claim(uint256 amount, bytes32[] proof, bool agreedToTnC)
claim(uint256 amount, bytes32[] proof, uint8 v, bytes32 r, bytes32 s)
initialize(address initialOwner_, address vault_, address token_, bytes32 merkleRoot_, bytes32 messageHash_, uint256 startTime_, uint256 endTime_)
pause()
renounceOwnership()
setEndTime(uint256 timestamp)
setMerkleRoot(bytes32 _merkleRoot)
setMessageHash(bytes32 _messageHash)
setStartTime(uint256 timestamp)
setVault(address newVault)
transferOwnership(address newOwner)
unpause()
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
Claimed(address account, uint256 amount)
Initialized(uint64 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Unpaused(address account)
constructor(address _logic, address initialOwner, bytes _data)
fallback()
AddressEmptyCode(address target)
ERC1967InvalidAdmin(address admin)
ERC1967InvalidImplementation(address implementation)
ERC1967NonPayable()
FailedInnerCall()
ProxyDeniedAdminAccess()
AddressEmptyCode(address target)
AddressInsufficientBalance(address account)
ECDSAInvalidSignature()
ECDSAInvalidSignatureLength(uint256 length)
ECDSAInvalidSignatureS(bytes32 s)
EnforcedPause()
ExpectedPause()
FailedInnerCall()
InvalidInitialization()
NotInitializing()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
SafeERC20FailedOperation(address token)