RampInstantTokenEscrows
Verified contract
Active on
Ethereum with 992 txns
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 "RampInstantTokenEscrows"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14360548 | 3 years ago | | | 0 | 0.0018129638 | |
| 14360521 | 3 years ago | | | 0 | 0.0017778245 | |
| 14360502 | 3 years ago | | | 0 | 0.0015605823 | |
| 14360404 | 3 years ago | | | 0 | 0.0018885191 | |
| 11771708 | 4 years ago | | | 0 | 0.0054470000 | |
| 11771686 | 4 years ago | | | 0 | 0.0054470000 | |
| 11771652 | 4 years ago | | | 0 | 0.0054742350 | |
| 11771631 | 4 years ago | | | 0 | 0.0054470000 | |
| 11594995 | 4 years ago | | | 0 | 0.0075088070 | |
| 11589721 | 4 years ago | | | 0 | 0.0072857943 |
ABI
ABI objects
Getter at block 21385829
ASSET_TYPE() view returns (uint16)
2
VERSION() view returns (string)
0.6.4
owner() view returns (address)
0x7f1c2ef0deda9ea4489c0e741188e61cfd6890cc
status() view returns (uint8)
3
Read-only
getAccumulatedFees(address _assetAddress) view returns (uint256)
getSwapStatus(address _pool, address _receiver, address _oracle, bytes _assetData, bytes32 _paymentDetailsHash) view returns (uint32 status)
State-modifying
Events approveOracle(address _oracle)
approveSwapCreator(address _creator)
changeOwner(address _newOwner)
create(address _pool, address _receiver, address _oracle, bytes _assetData, bytes32 _paymentDetailsHash, uint32 lockTimeS) returns (bool success)
release(address _pool, address _receiver, address _oracle, bytes _assetData, bytes32 _paymentDetailsHash)
returnFunds(address _pool, address _receiver, address _oracle, bytes _assetData, bytes32 _paymentDetailsHash)
revokeOracle(address _oracle)
revokeSwapCreator(address _creator)
setStatus(uint8 _status)
withdrawFees(bytes assetData, address _to) returns (bool success)
Created(bytes32 indexed swapHash)
OwnerChanged(address oldOwner, address newOwner)
PoolReleased(bytes32 indexed swapHash)
PoolReturned(bytes32 indexed swapHash)
Released(bytes32 indexed swapHash)
Returned(bytes32 indexed swapHash)
StatusChanged(uint8 oldStatus, uint8 newStatus)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.