Escrow
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
1
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
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 20495018
disbursalAddress() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x0000000000000000000000000000000000000000
renderTokenAddress() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
isMigrated(string contractName, string migrationId) view returns (bool)
jobBalance(string _jobId) view returns (uint256)
State-modifying
Events changeDisbursalAddress(address _newDisbursalAddress)
changeRenderTokenAddress(address _newRenderTokenAddress)
disburseJob(string _jobId, address[] _recipients, uint256[] _amounts)
fundJob(string _jobId, uint256 _tokens)
initialize()
initialize(address _owner, address _renderTokenAddress)
initialize(address _sender)
transferOwnership(address newOwner)
DisbursalAddressUpdate(address disbursalAddress)
JobBalanceUpdate(string _jobId, uint256 _balance)
Migrated(string contractName, string migrationId)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RenderTokenAddressUpdate(address renderTokenAddress)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.