Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xc614…0c62
Balances ($239.79)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 125 | $1.001 |
$125.12 | |
TUSD | ERC-20 | 95 | $0.999991 |
$95 | |
REV | ERC-20 | 662.56725K | $0.00003 |
$19.66 | |
C4Y | ERC-20 | 4.8K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21155313 | 9 hours ago | | | 0 | 0.00081583319 | |
| 21155307 | 9 hours ago | | | 0 | 0.0010386444 | |
| 21152056 | 20 hours ago | | | 0 | 0.00041203600 | |
| 21150724 | a day ago | | | 0 | 0.0010096804 | |
| 21150719 | a day ago | | | 0 | 0.00089882845 | |
| 21149673 | a day ago | | | 0 | 0.00073928860 | |
| 21146063 | 2 days ago | | | 0 | 0.0010247889 | |
| 21144070 | 2 days ago | | | 0 | 0.0014677740 | |
| 21143863 | 2 days ago | | | 0 | 0.0014802188 | |
| 21129668 | 4 days ago | | | 0 | 0.0015459014 |
ABI
ABI objects
Getter at block 21158064
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.