ERC1967Proxy
Verified contract
Proxy
Active on
Ethereum with 147,362 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 49 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
0xb382…f093
2 additional
variables
Balances ($16,922,701.51)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BLUR | ERC-20 | 71.899516M | $0.235366 |
$16,922,701.5 | |
APU | ERC-20 | 1 | $0.001081 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21159472 | 2 hours ago | | | 0 | 0.0020678584 | |
| 21159239 | 2 hours ago | | | 0 | 0.0032583254 | |
| 21159101 | 3 hours ago | | | 0 | 0.0024665335 | |
| 21158801 | 4 hours ago | | | 0 | 0.0019199796 | |
| 21158737 | 4 hours ago | | | 0 | 0.0015476241 | |
| 21158533 | 5 hours ago | | | 0 | 0.0031628575 | |
| 21158446 | 5 hours ago | | | 0 | 0.0031674488 | |
| 21157965 | 7 hours ago | | | 0 | 0.0036020352 | |
| 21157922 | 7 hours ago | | | 0 | 0.0031991326 | |
| 21157860 | 7 hours ago | | | 0 | 0.0031363149 |
ABI
ABI objects
Getter at block 21159933 proxiableUUID() view returns (bytes32)
TOKEN() view returns (address)
0x5283d291dbcf85356a21ba090e6db59121208b44
airdrop() view returns (address)
0xb38283cb75faabb384c22f97c633606265ddf093
holdingEndTime() view returns (uint256)
115792089237316195423570985008687907853269984665640564039457584007913129639935
holdingStartTime() view returns (uint256)
1700520419
owner() view returns (address)
0x6e596823a8c9c48eb6fa4ab2208f34b97453a327
paused() view returns (bool)
false
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
balanceOf(address user) view returns (uint256)
lastUpdatedAt(address) view returns (uint256)
multiplierOf(address user) view returns (uint256)
multiplierStart(address) view returns (uint256)
pointsOf(address user) view returns (uint256)
scoreOf(address user) view returns (uint256)
State-modifying
Events acceptOwnership()
deposit(uint256 amount)
depositFromAirdrop(address user, uint256 amount, bytes32[] proof)
endHolding()
initialize()
pause()
renounceOwnership()
startHolding(address _airdrop)
transferOwnership(address newOwner)
unpause()
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
withdraw(uint256 amount)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Deposit(address indexed user, uint256 amount)
Initialized(uint8 version)
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Unpaused(address account)
Upgraded(address indexed implementation)
Withdraw(address indexed user, uint256 amount)
constructor(address _logic, bytes _data)
fallback()
receive()
InsufficientBalance()