NftEscrow

Verified contract

Implementation

Active on Ethereum with 0 txns
Deployed by via 0x93313d9c at 16137401
Slot
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

No balances found for "NftEscrow"

No transactions found for "NftEscrow"


Functions
Getter at block 20930421
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
UPGRADER_ROLE(view returns (bytes32)
0x189ab7a9244df0848122154315af71fe140f3db0fe014031783b0946b8c9d2e3
checkFlag(view returns (bool)
false
getTokenList(view returns (address[])
[]
owner(view returns (address)
0x0000000000000000000000000000000000000000
proxiableUUID(view returns (bytes32)
0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc
stakingPaused(view returns (bool)
false
Read-only
getRoleAdmin(bytes32 roleview returns (bytes32)
getStakeUser(address _addruint256 _startuint256 _countview returns (uint256[] tokenIdsaddress[] owners)
getStakeUserAndTime(address _addruint256 _startuint256 _countview returns (uint256[] tokenIdsaddress[] ownersuint256[] times)
getTokenAmount(address contractAddrview returns (uint256)
getTokensArray(address contractAddraddress userAddrview returns (uint256[] tokenIdsuint256[] times)
getUserTokens(address contractAddraddress userAddrview returns (struct NftEscrowEscrowToken[])
hasRole(bytes32 roleaddress accountview returns (bool)
onERC721Received(addressaddressuint256bytespure returns (bytes4)
supportsInterface(bytes4 interfaceIdview returns (bool)
State-modifying
grantRole(bytes32 roleaddress account
initialize(
removeToken(address addr
renounceOwnership(
renounceRole(bytes32 roleaddress account
revokeRole(bytes32 roleaddress account
setCheckFlag(bool _flag
setPaused(bool _paused
setToken(address addr
stake(address[] _addruint256[] _tokenId
transferOwnership(address newOwner
unStake(address[] _addruint256[] _tokenId
upgradeTo(address newImplementation
upgradeToAndCall(address newImplementationbytes datapayable 
Events
AdminChanged(address previousAdminaddress newAdmin
BeaconUpgraded(address indexed beacon
Initialized(uint8 version
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
Stake(address tokenAddraddress fromuint256 tokenId
UnStake(address tokenAddraddress fromuint256 tokenId
Upgraded(address indexed implementation
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors

This contract contains no error objects.