Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xc614…0c62
Balances ($236.92)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 125 | $1.002 |
$125.25 | |
TUSD | ERC-20 | 95 | $1.002 |
$95.19 | |
REV | ERC-20 | 662.56725K | $0.000025 |
$16.48 | |
C4Y | ERC-20 | 4.8K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21240341 | 17 hours ago | | | 0 | 0.00099193267 | |
| 21223246 | 3 days ago | | | 0 | 0.0018486866 | |
| 21223097 | 3 days ago | | | 0 | 0.0013525480 | |
| 21221263 | 3 days ago | | | 0 | 0.00098328462 | |
| 21218880 | 4 days ago | | | 0 | 0.00085464777 | |
| 21207163 | 5 days ago | | | 0 | 0.00071221870 | |
| 21202281 | 6 days ago | | | 0 | 0.00096892506 | |
| 21201105 | 6 days ago | | | 0 | 0.0011968792 | |
| 21201101 | 6 days ago | | | 0 | 0.0012473160 | |
| 21199369 | 6 days ago | | | 0 | 0.0013223669 |
ABI
ABI objects
Getter at block 21245376
custodian() view returns (address)
0x53004d11817cd7845851cb38e60afe191e5adff7
decimals() view returns (uint8)
6
erc20Impl() view returns (address)
0xc614f19d0c090b14c1397cda193590e119940c62
lockRequestCount() view returns (uint256)
2
name() view returns (string)
Revain
symbol() view returns (string)
REV
totalSupply() view returns (uint256)
60550308334001622
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
custodianChangeReqs(bytes32) view returns (address proposedNew)
implChangeReqs(bytes32) view returns (address proposedNew)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
confirmCustodianChange(bytes32 _lockId)
confirmImplChange(bytes32 _lockId)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
emitApproval(address _owner, address _spender, uint256 _value)
emitTransfer(address _from, address _to, uint256 _value)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
requestCustodianChange(address _proposedCustodian) returns (bytes32 lockId)
requestImplChange(address _proposedImpl) returns (bytes32 lockId)
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
CustodianChangeConfirmed(bytes32 _lockId, address _newCustodian)
CustodianChangeRequested(bytes32 _lockId, address _msgSender, address _proposedCustodian)
ImplChangeConfirmed(bytes32 _lockId, address _newImpl)
ImplChangeRequested(bytes32 _lockId, address _msgSender, address _proposedImpl)
Transfer(address indexed _from, address indexed _to, uint256 _value)
constructor(string _name, string _symbol, uint8 _decimals, address _custodian)
This contract contains no fallback and receive objects.
This contract contains no error objects.