ERC1967Proxy
Verified contract
Proxy
Active on
Ethereum with 5,309 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
-
variable spans 49 additional slots
-
variable spans 49 additional slots
1 additional
variable
Balances ($7,708.68)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DUST | ERC-20 | 61.0463K | $0.126276 |
$7,708.68 | |
MAJEST | ERC-721 | 1 | -- | -- | |
MAJEST | ERC-721 | 1 | -- | -- | |
MAJEST | ERC-721 | 1 | -- | -- | |
MAJEST | ERC-721 | 1 | -- | -- | |
BOOST | ERC-721 | 1 | -- | -- | |
BOOST | ERC-721 | 1 | -- | -- | |
BOOST | ERC-721 | 1 | -- | -- | |
BOOST | ERC-721 | 1 | -- | -- | |
BOOST | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19820865 | 6 months ago | | | 0 | 0.00047530944 | |
| 19815211 | 6 months ago | | | 0 | 0.00050871136 | |
| 19780983 | 6 months ago | | | 0 | 0.00068518875 | |
| 19779681 | 6 months ago | | | 0 | 0.00050643492 | |
| 19578209 | 7 months ago | | | 0 | 0.0028945838 | |
| 19447636 | 8 months ago | | | 0 | 0.0034795307 | |
| 19379672 | 8 months ago | | | 0 | 0.0072147681 | |
| 19350049 | 8 months ago | | | 0 | 0.0046620343 | |
| 19292334 | 9 months ago | | | 0 | 0.0038853318 | |
| 19288241 | 9 months ago | | | 0 | 0.0034221324 |
ABI
ABI objects
Getter at block 21157755 proxiableUUID() view returns (bytes32)
backupAddress() view returns (address)
0x45e772b51d39d33cc1a8469d5e6067e3f551b056
chainId() view returns (uint256)
1
owner() view returns (address)
0xa45d808eafde8b8e6b6b078fd246e28ad13030e8
paused() view returns (bool)
false
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
signer() view returns (address)
0xf87adb6d44fe8dd1dfc036611112223dfc834307
Read-only
nonce(address) view returns (uint256)
onERC721Received(address, address, uint256, bytes) pure returns (bytes4)
State-modifying
Events acceptOwnership()
adminWithdraw(address tokenAddress, uint8 prizeType, uint256 tokenIdOrAmount)
changeBackupAddress(address newBackupAddress)
changeSigner(address newSigner)
initialize(uint256 chainId_, address signer_, address backupAddress_)
pause()
renounceOwnership()
transferOwnership(address newOwner)
unpause()
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
withdraw(struct PrizeVaultTransferData data, bytes signature)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
AdminChanged(address previousAdmin, address newAdmin)
AdminWithdrawn(address indexed tokenAddress, uint8 indexed prizeType, address recipient, uint256 tokenIdOrAmount)
BackupAddressChanged(address newBackupAddress)
BeaconUpgraded(address indexed beacon)
Initialized(uint8 version)
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
PrizeWithdrawn(address indexed tokenAddress, uint8 indexed prizeType, address indexed user, address recipient, uint256 tokenIdOrAmount, uint256 nonce)
SignerChanged(address indexed newSigner)
Unpaused(address account)
Upgraded(address indexed implementation)
UserNonceUpdated(address indexed user, uint256 indexed newNonce, uint256 oldNonce)
constructor(address _logic, bytes _data)
fallback()
receive()
InvalidDelegationSignature()
InvalidNumberTransfers()
TokenTransferError()