Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($1,319.83)
Native
Value
$1,319.83
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.495654 | $2,662.80 |
$1,319.83 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16022451 | 2 years ago | | | 0 | 0.00066321973 | |
| 16022443 | 2 years ago | | | 0 | 0.00049586874 | |
| 14816507 | 2 years ago | | | 0.029566 | 0.00049849000 | |
| 14816300 | 2 years ago | | | 0.029566 | 0.00049849000 | |
| 14815602 | 2 years ago | | | 0.029566 | 0.00049849000 | |
| 13528675 | 3 years ago | | | 0 | 0.0064804531 | |
| 13528669 | 3 years ago | | | 0 | 0.0069366886 | |
| 13477903 | 3 years ago | | | 0 | 0.011655971 | |
| 13477899 | 3 years ago | | | 0.011136 | 0.0045442838 | |
| 13473956 | 3 years ago | | | 0 | 0.0089384288 |
ABI
ABI objects
Getter at block 20468306
gasLimit() view returns (uint256)
300000
issuerRevenue() view returns (uint256)
0
miimeRevenue() view returns (uint256)
0
owner() view returns (address)
0x0cf9ac0da034a84312b8783fe1a0b1b9349ec556
paused() view returns (bool)
false
Read-only
depositInfo(bytes32, uint256) view returns (address from, address to, uint256 gasFee, bool filled)
isOperator(address) view returns (bool)
isPauser(address account) view returns (bool)
operators(uint256) view returns (address)
State-modifying
Events addOperator(address target)
addPauser(address account)
deposit(bytes32 orderHash, uint256 amount, uint256 gasFee, address to) payable
pause()
pay(bytes32 orderHash, uint256 amount, uint256 miimeFeeAmount, uint256 issuerFeeAmount)
refund(bytes32 orderHash, uint256 amount)
removeOperator(address target)
renouncePauser()
setGasLimit(uint256 newGasLimit)
transferOwnership(address newOwner)
unpause()
withdrawIssuerRevenue(address to)
withdrawMiimeRevenue(address to)
Deposit(bytes32 indexed orderHash, address indexed from, address indexed to, uint256 amount, uint256 gasFee)
OperatorAdded(address indexed target, address indexed caller)
OperatorRemoved(address indexed target, address indexed caller)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
PauserAdded(address indexed account)
PauserRemoved(address indexed account)
Pay(bytes32 indexed orderHash, address indexed from, address indexed to, uint256 amount)
Refund(bytes32 indexed orderHash, address indexed from, address indexed to, uint256 amount)
Unpaused(address account)
This contract contains no constructor objects.
fallback()
This contract contains no error objects.