TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 3,968 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
Balances ($38,537.20)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SQT | ERC-20 | 5.181417M | $0.007438 |
$38,537.2 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21206562 | 3 days ago | | | 0 | 0.00058706295 | |
| 21200019 | 4 days ago | | | 0 | 0.00079944933 | |
| 21163037 | 9 days ago | | | 0 | 0.00092921126 | |
| 20522037 | 3 months ago | | | 0 | 0.00027938816 | |
| 20495728 | 3 months ago | | | 0 | 0.000085108318 | |
| 19998214 | 6 months ago | | | 0 | 0.0011039327 | |
| 19990856 | 6 months ago | | | 0 | 0.0015167643 | |
| 19977201 | 6 months ago | | | 0 | 0.00093566145 | |
| 19965234 | 6 months ago | | | 0 | 0.00076521486 | |
| 19961172 | 6 months ago | | | 0 | 0.00087912023 |
ABI
ABI objects
Getter at block 21226597
nextRoundId() view returns (uint256)
1
owner() view returns (address)
0x623d1426f5f45d39a1d9ebd3a5f6abee0c8ec469
Read-only
airdropRecord(address, uint256) view returns (uint256)
controllers(address) view returns (bool)
roundRecord(uint256) view returns (address tokenAddress, uint256 roundStartTime, uint256 roundDeadline)
State-modifying
Events addController(address controller)
batchAirdrop(address[] _addrs, uint256[] _roundIds, uint256[] _amounts)
batchClaimAirdrop(uint256[] _roundIds)
batchClaimFor(uint256[] _roundIds, address[] _accounts)
claimAirdrop(uint256 _roundId)
claimAirdropFor(uint256 _roundId, address account)
createRound(address _tokenAddr, uint256 _roundStartTime, uint256 _roundDeadline) returns (uint256)
initialize()
removeController(address controller)
renounceOwnership()
transferOwnership(address newOwner)
updateRound(uint256 _roundId, uint256 _roundStartTime, uint256 _roundDeadline)
withdrawByAdmin(address _tokenAddr, uint256 _amount)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
AddAirdrop(address indexed addr, uint256 roundId, uint256 amount)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RoundCreated(uint256 indexed roundId, address tokenAddress, uint256 roundStartTime, uint256 roundDeadline)
RoundUpdated(uint256 roundId, uint256 roundStartTime, uint256 roundDeadline)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
This contract contains no error objects.