TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 18,553 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SVOLT | ERC-20 | 5.426191B | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16913488 | 2 years ago | | | 0 | 0.00096008761 | |
| 16811773 | 2 years ago | | | 0 | 0.00090414120 | |
| 15006535 | 2 years ago | | | 0 | 0.0014333421 | |
| 14985621 | 2 years ago | | | 0 | 0.0026797321 | |
| 14985079 | 2 years ago | | | 0 | 0.0014912695 | |
| 14985079 | 2 years ago | | | 0 | 0.0014914130 | |
| 14985079 | 2 years ago | | | 0 | 0.0014915087 | |
| 14985079 | 2 years ago | | | 0 | 0.0014920591 | |
| 14985079 | 2 years ago | | | 0 | 0.0014910541 | |
| 14985060 | 2 years ago | | | 0 | 0.0019658525 |
ABI
ABI objects
Getter at block 21199924
TREASURY() view returns (address)
0x472fcc65fab565f75b1e0e861864a86fe5bced7b
endTimestamp() view returns (uint256)
1655571423
isMerkleRootSet() view returns (bool)
true
merkleRoot() view returns (bytes32)
0x8834605abb37278c078aceaadf8a44ef11dfc12155586afe4114194ee495c2e3
owner() view returns (address)
0xf1465c7ea04765853facc2d1ea68bc6e47be90e1
paused() view returns (bool)
false
token() view returns (address)
0x0d02755a5700414b26ff040e1de35d337df56218
Read-only
claimed(bytes32, address) view returns (bool)
isClaimed(address _account) view returns (bool)
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
claim(uint256 index, address account, uint256 amount, bytes32[] merkleProof)
initialize(address _token)
pauseAirdrop()
renounceOwnership()
setEndTimestamp(uint256 _endTimestamp)
setMerkleRoot(bytes32 _merkleRoot)
transferOwnership(address newOwner)
unpauseAirdrop()
withdrawTokenRewards()
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
Claimed(bytes32 merkleRoot, uint256 index, address account, uint256 amount)
EndTimestampSet(uint256 endTimestamp)
MerkleRootSet(bytes32 merkleRoot)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
TokensWithdrawn(uint256 amount)
Unpaused(address account)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
This contract contains no error objects.