ERC1967Proxy
Verified contract
Proxy
Active on
Ethereum with 1,374 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 49 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
1 additional
variable
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
HM-SON | ERC-721 | 1 | -- | -- | |
HM-SON | ERC-721 | 1 | -- | -- | |
HM-SON | ERC-721 | 1 | -- | -- | |
HM-SON | ERC-721 | 1 | -- | -- | |
HM-SON | ERC-721 | 1 | -- | -- | |
HM-SON | ERC-721 | 1 | -- | -- | |
HM-SON | ERC-721 | 1 | -- | -- | |
HM-SON | ERC-721 | 1 | -- | -- | |
HM-SON | ERC-721 | 1 | -- | -- | |
HM-SON | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21050063 | a month ago | | | 0 | 0.00064914410 | |
| 21050059 | a month ago | | | 0 | 0.00074630097 | |
| 21050056 | a month ago | | | 0 | 0.00076922430 | |
| 21050051 | a month ago | | | 0 | 0.00079806919 | |
| 21050045 | a month ago | | | 0 | 0.00073898406 | |
| 21050040 | a month ago | | | 0 | 0.00073494093 | |
| 21050035 | a month ago | | | 0 | 0.00085724207 | |
| 20976146 | a month ago | | | 0 | 0.0011500346 | |
| 20976140 | a month ago | | | 0 | 0.0012170194 | |
| 20976132 | a month ago | | | 0 | 0.0011696771 |
ABI
ABI objects
Getter at block 21304880 proxiableUUID() view returns (bytes32)
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
UPGRADER_ROLE() view returns (bytes32)
0x189ab7a9244df0848122154315af71fe140f3db0fe014031783b0946b8c9d2e3
checkFlag() view returns (bool)
true
getTokenList() view returns (address[])
[0xdC85866dDd95fA9b7C856944faB128902CA8C60F, 0x1a20B565A68C00A7463F53948d938107b7c76958]
owner() view returns (address)
0x361bb0e9b8a6f875518aa9aebbe974b1f4230501
stakingPaused() view returns (bool)
false
Read-only
getRoleAdmin(bytes32 role) view returns (bytes32)
getStakeUser(address _addr, uint256 _start, uint256 _count) view returns (uint256[] tokenIds, address[] owners)
getStakeUserAndTime(address _addr, uint256 _start, uint256 _count) view returns (uint256[] tokenIds, address[] owners, uint256[] times)
getTokenAmount(address contractAddr) view returns (uint256)
getTokensArray(address contractAddr, address userAddr) view returns (uint256[] tokenIds, uint256[] times)
getUserTokens(address contractAddr, address userAddr) view returns (struct NftEscrowEscrowToken[])
hasRole(bytes32 role, address account) view returns (bool)
onERC721Received(address, address, uint256, bytes) pure returns (bytes4)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events grantRole(bytes32 role, address account)
initialize()
removeToken(address addr)
renounceOwnership()
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setCheckFlag(bool _flag)
setPaused(bool _paused)
setToken(address addr)
stake(address[] _addr, uint256[] _tokenId)
transferOwnership(address newOwner)
unStake(address[] _addr, uint256[] _tokenId)
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)
Initialized(uint8 version)
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)
Stake(address tokenAddr, address from, uint256 tokenId)
UnStake(address tokenAddr, address from, uint256 tokenId)
Upgraded(address indexed implementation)
constructor(address _logic, bytes _data)
fallback()
receive()
This contract contains no error objects.