InstantRefundRelay
Verified contract
Active on
Ethereum with 240 txns
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 |
---|---|---|---|---|---|
BSD | ERC-20 | 1.01 | -- | -- | |
SNPTESTCOIN2 | ERC-20 | 0 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21077911 | a month ago | | | 0 | 0.00035893693 | |
| 17926358 | a year ago | | | 0 | 0.0012900391 | |
| 17820195 | a year ago | | | 0 | 0.0012780346 | |
| 17820185 | a year ago | | | 0 | 0.0013749919 | |
| 17811337 | a year ago | | | 0 | 0.00058313650 | |
| 17811327 | a year ago | | | 0 | 0.00056381948 | |
| 17811326 | a year ago | | | 0 | 0.00056450812 | |
| 17811325 | a year ago | | | 0 | 0.00056664816 | |
| 17794224 | a year ago | | | 0 | 0.0012256443 | |
| 17670139 | a year ago | | | 0 | 0.00072080000 |
ABI
ABI objects
Getter at block 21324485
isOwner() view returns (bool)
false
owner() view returns (address)
0x0bbf6c133fa3d11c0861c172a49be1c69f2bd837
uniqueDepositors() view returns (uint256)
66
Read-only
depositors(address) view returns (uint256)
relayers(address) view returns (bool)
State-modifying
Events absoluteTopUp(address _recipient, uint256 _topUp)
depositFor(address _recipient) payable
execute(struct InstantRefundRelayRelayTx _relayTx, uint256 _gasRefund)
installRelayer(address _relayer)
migrate(address _recipient, uint256 _amount, address _otherDeposit)
relativeTopUp(address _recipient, uint256 _maxBalance)
renounceOwnership()
transferOwnership(address newOwner)
uninstallRelayer(address _relayer)
withdrawFor(address _depositor, address _recipient, uint256 _amount)
Deposit(address indexed sender, uint256 amount, uint256 indexed index)
OutOfCoins()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RelayExecuted(bytes32 indexed relayTxId, bool success, address indexed to, uint256 gasUsed, uint256 gasPrice)
RelayerInstalled(address relayer)
RelayerUninstalled(address relayer)
Withdraw(address indexed depositor, address indexed recipient, uint256 amount)
This contract contains no constructor objects.
receive()
This contract contains no error objects.