Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x2ebf…e741
Balances ($0.00)
No balances found for "Escrow"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21011195 | a month ago | | | 0 | 0.00076767969 | |
| 20261929 | 4 months ago | | | 0 | 0.00041241302 | |
| 20253673 | 4 months ago | | | 0 | 0.00021214594 | |
| 19952273 | 6 months ago | | | 0 | 0.00036024233 | |
| 19952221 | 6 months ago | | | 0 | 0.00033467211 | |
| 19952169 | 6 months ago | | | 0 | 0.00034812758 | |
| 19837035 | 6 months ago | | | 0 | 0.00036482749 | |
| 19831850 | 6 months ago | | | 0 | 0.00051720654 | |
| 19830698 | 6 months ago | | | 0 | 0.00047604130 | |
| 19829911 | 6 months ago | | | 0 | 0.00040547213 |
ABI
ABI objects
Getter at block 21222259
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
OPERATOR_ROLE() view returns (bytes32)
0x97667070c54ef182b0f5858b034beac1b6f3089aa2d3188bb1e8929f4fa9b929
nft() view returns (address)
0xda19d1e747254efb3a3138d3602b62d8a15c1217
paused() view returns (bool)
false
vault() view returns (address)
0x2ebff2e4c7b43b6395cc68aa6827fc1739a2e741
Read-only
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
ledger(address) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events EmergencyWithdraw(address token, address to, uint256[] tokenID)
EmergencyWithdrawVault(address[] to, uint256[] tokenID)
deposit(uint256 tokenID)
grantRole(bytes32 role, address account)
onERC721Received(address sender, address from, uint256 tokenID, bytes) returns (bytes4)
pause()
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
unpause()
updateVault(address pool)
withdraw(uint256 tokenID)
Deposit(address indexed sender, address indexed from, uint256 tokenID)
Paused(address account)
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)
Unpaused(address account)
Withdraw(address indexed sender, address indexed to, uint256 tokenID)
constructor(address admin, address operator, address token)
This contract contains no fallback and receive objects.
This contract contains no error objects.