Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($91.76)
Native
Value
$91.76
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.027372 | $3,352.33 |
$91.76 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21260300 | 6 hours ago | | | 0 | 0.00080331919 | |
| 21260285 | 6 hours ago | | | 0 | 0.00083151813 | |
| 21260271 | 6 hours ago | | | 0 | 0.00083006324 | |
| 21260270 | 6 hours ago | | | 0 | 0.00083006324 | |
| 21160715 | 14 days ago | | | 0 | 0.0011888944 | |
| 20986065 | a month ago | | | 0.015 | 0.0011342660 | |
| 20985449 | a month ago | | | 0.01 | 0.0012152548 | |
| 20984236 | a month ago | | | 0 | 0.0012035905 | |
| 20984140 | a month ago | | | 0 | 0.0020600928 | |
| 20983718 | a month ago | | | 0.065 | 0.0015682257 |
ABI
ABI objects
Getter at block 21262109
exraCoinRewards() view returns (uint256)
0
feeWallet() view returns (address)
0xdb953fe02228e41753517e42cd8472d8b403aca4
getMinMaxTxValues() view returns (uint256 _minTx, uint256 _maxTx)
(_minTx=1000000000000000, _maxTx=1000001000000000000000000)
getTransferTax() view returns (uint256 _transferTax)
1
orderID() view returns (uint256)
19
owner() view returns (address)
0x56fe6f49967589cc9fed70c1510149b67408ca56
reserveFundThreshold() view returns (uint256)
1000000000000000000000
reserveWallet() view returns (address)
0x9424b0d3978e8edfd0891f1efe007c3facf7ae11
usdtAddress() view returns (address)
0xdac17f958d2ee523a2206206994597c13d831ec7
Read-only
noControl(address) view returns (bool)
processTax(uint256 amount) view returns (uint256 afterTax, uint256 deductedTax)
signer(address) view returns (bool)
tokenFundThreshold(address) view returns (uint256)
State-modifying
Events acceptOwnership()
changeSigner(address _signer, bool _status)
coinIn(address outputCurrency) payable returns (bool)
coinOut(address user, uint256 amount, uint256 _orderID) returns (bool)
setFeeWallet(address _feeWallet) returns (address oldWallet, address newWallet)
setFundThreshold(uint256 _amount) returns (uint256 oldAmount, uint256 newAmount)
setNoControl(address tokenAddress, bool status)
setReserveWallet(address _reserveWallet) returns (address oldWallet, address newWallet)
setTokenReserveThreshold(address forToken, uint256 threshold)
setTransferTax(uint256 _transferTax)
setUSDTAddress(address _tokenAddress) returns (address newAddress)
tokenIn(address tokenAddress, uint256 tokenAmount, uint256 chainID, address outputCurrency) returns (bool)
tokenOut(address tokenAddress, address user, uint256 tokenAmount, uint256 _orderID, uint256 chainID) returns (bool)
transferOwnership(address _newOwner)
transferTokenOwnership(address ofTokenAddress, address toAddress) returns (address oldOwner, address newOwner)
updateMinMaxTx(uint256 newMinTx, uint256 newMaxTx)
CoinIn(uint256 indexed orderID, address indexed user, uint256 value, address outputCurrency)
CoinOut(uint256 indexed orderID, address indexed user, uint256 value)
CoinOutFailed(uint256 indexed orderID, address indexed user, uint256 value)
OwnershipTransferred(address indexed _from, address indexed _to)
SignerUpdated(address indexed signer, bool indexed status)
TokenIn(uint256 indexed orderID, address indexed tokenAddress, address indexed user, uint256 value, uint256 chainID, address outputCurrency)
TokenOut(uint256 indexed orderID, address indexed tokenAddress, address indexed user, uint256 value, uint256 chainID)
TokenOutFailed(uint256 indexed orderID, address indexed tokenAddress, address indexed user, uint256 value, uint256 chainID)
minMaxTxUpdated(uint256 minTx, uint256 maxTx)
transferTaxUpdated(uint256 transferTax)
constructor()
receive()
This contract contains no error objects.