Escrow
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
5
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
Balances ($0.00)
No balances found for "Escrow"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "Escrow"
ABI
ABI objects
Getter at block 21256383
BENEFICIARY_ROLE() view returns (bytes32)
0xc8a41221bcd7fcf2c225f5a9265e1d4d39949d89197159d59e5f4b87b62c419e
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
contractManager() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
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)
State-modifying
Events cancelPendingDelegation(uint256 delegationId)
cancelVesting(uint256 vestedAmount)
changeBeneficiaryAddress(address beneficiary)
delegate(uint256 validatorId, uint256 amount, uint256 delegationPeriod, string info)
grantRole(bytes32 role, address account)
initialize(address contractManagerAddress)
initialize(address contractManagerAddress, address beneficiary)
reinitialize(address beneficiary)
renounceRole(bytes32 role, address account)
requestUndelegation(uint256 delegationId)
retrieve()
retrieveAfterTermination(address destination)
revokeRole(bytes32 role, address account)
tokensReceived(address operator, address from, address to, uint256 amount, bytes userData, bytes operatorData)
tokensToSend(address, address, address to, uint256, bytes, bytes)
withdrawBounty(uint256 validatorId, address to)
BeneficiaryUpdated(address oldValue, address newValue)
Initialized(uint8 version)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
VestingCanceled(uint256 vestedAmount)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.