AdminUpgradeabilityProxy
Verified contract
Proxy
Active on
Ethereum with 4,248 txns
Unified storage
Map
Table
Raw
Constants and immutables
2
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
RNDR | ERC-20 | 0 | $7.26 |
$0 | |
WDT | ERC-20 | 0.0005 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15418576 | 2 years ago | | | 0 | 0.00062387000 | |
| 15418575 | 2 years ago | | | 0 | 0.00062375000 | |
| 15418574 | 2 years ago | | | 0 | 0.00062387000 | |
| 15418573 | 2 years ago | | | 0 | 0.00062387000 | |
| 15418571 | 2 years ago | | | 0 | 0.00062375000 | |
| 15418570 | 2 years ago | | | 0 | 0.00062387000 | |
| 15418569 | 2 years ago | | | 0 | 0.00062387000 | |
| 15418568 | 2 years ago | | | 0 | 0.00062387000 | |
| 15043772 | 2 years ago | | | 0 | 0.0028074150 | |
| 15043771 | 2 years ago | | | 0 | 0.0028074150 |
ABI
ABI objects
Getter at block 21244744 admin() view returns (address) implementation() view returns (address)
disbursalAddress() view returns (address)
0xf498cdf4c26880e6753fe2ed7364707b36670ce9
owner() view returns (address)
0x66b87fe19027e9819f676c5315bcc8a5ecd83d4b
renderTokenAddress() view returns (address)
0x6de037ef9ad2725eb40118bb1702ebb27e4aeb24
Read-only
isMigrated(string contractName, string migrationId) view returns (bool)
jobBalance(string _jobId) view returns (uint256)
State-modifying
Events changeAdmin(address newAdmin)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
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)
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
DisbursalAddressUpdate(address disbursalAddress)
JobBalanceUpdate(string _jobId, uint256 _balance)
Migrated(string contractName, string migrationId)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RenderTokenAddressUpdate(address renderTokenAddress)
constructor(address _implementation, bytes _data)
fallback()
This contract contains no error objects.