ERC1967Proxy
Verified contract
Proxy
Active on
Ethereum with 26,867 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 48 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
Balances ($2.22)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
APE | ERC-20 | 2 | $1.11 |
$2.22 | |
EGGT | ERC-20 | 1 | -- | -- | |
HQG | ERC-20 | 0.001 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21203354 | 19 hours ago | | | 0 | 0.0015314689 | |
| 21201903 | a day ago | | | 0 | 0.00084914515 | |
| 21201901 | a day ago | | | 0 | 0.00071443978 | |
| 21198991 | a day ago | | | 0 | 0.0017028568 | |
| 21196664 | 2 days ago | | | 0 | 0.0020980410 | |
| 21195299 | 2 days ago | | | 0 | 0.0029212802 | |
| 21189338 | 3 days ago | | | 0 | 0.0028640183 | |
| 21188818 | 3 days ago | | | 0 | 0.0030009291 | |
| 21188767 | 3 days ago | | | 0 | 0.0017826887 | |
| 21188369 | 3 days ago | | | 0 | 0.0036383467 |
ABI
ABI objects
Getter at block 21209097 proxiableUUID() view returns (bytes32)
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MAX_HOT_WALLET_COUNT() view returns (uint256)
128
MAX_UINT256() view returns (uint256)
115792089237316195423570985008687907853269984665640564039457584007913129639935
NOT_FOUND() view returns (uint256)
115792089237316195423570985008687907853269984665640564039457584007913129639935
OPERATOR_ROLE() view returns (bytes32)
0x97667070c54ef182b0f5858b034beac1b6f3089aa2d3188bb1e8929f4fa9b929
owner() view returns (address)
0x8fda7f45b1427f2d4444f4c6d44d2b5d1cb46b53
version() pure returns (string)
1.1.4
Read-only
balanceOf(address contractAddress, address owner) view returns (uint256)
balanceOf(address contractAddress, address owner, uint256 tokenId) view returns (uint256)
balanceOfBatch(address contractAddress, address[] owners, uint256[] ids) view returns (uint256[])
getColdWalletLinks(address hotWallet) view returns (struct HotWalletProxyWalletLink[])
getColdWallets(address hotWallet) view returns (address[])
getHotWallet(address coldWallet) view returns (address)
getHotWalletLink(address coldWallet) view returns (struct HotWalletProxyWalletLink)
getProxiedAddress(address walletAddress) view returns (address)
getRoleAdmin(bytes32 role) view returns (bytes32)
getRoleMember(bytes32 role, uint256 index) view returns (address)
getRoleMemberCount(bytes32 role) view returns (uint256)
hasRole(bytes32 role, address account) view returns (bool)
isLocked(address hotWallet) view returns (bool)
ownerOf(address contractAddress, uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events grantRole(bytes32 role, address account)
initialize(address adminAddress, address operatorAddress)
removeColdWallet(address coldWallet)
removeExpiredWalletLinks(address hotWalletAddress)
renounceHotWallet()
renounceOwnership()
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setExpirationTimestamp(uint256 expirationTimestamp)
setHotWallet(address hotWalletAddress, uint256 expirationTimestamp, bool lockHotWalletAddress)
setLocked(bool locked)
transferOwnership(address newOwner)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
HotWalletChanged(address coldWallet, address from, address to, uint256 expirationTimestamp)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
Upgraded(address indexed implementation)
constructor(address _logic, bytes _data)
fallback()
receive()
This contract contains no error objects.