swapNgoExchange
Verified contract
Active on
Ethereum with 72 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($3.37)
Native
Value
$3.37
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.000938 | $3,587.46 |
$3.37 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21310544 | 14 hours ago | | | 2.02 | 0.0036863560 | |
| 21310436 | 14 hours ago | | | 2.02 | 0.0014874115 | |
| 21300463 | 2 days ago | | | 0.0026243048 | 0.0015804444 | |
| 21296011 | 3 days ago | | | 0.0090378508 | 0.0021785854 | |
| 21292897 | 3 days ago | | | 0.51005 | 0.0015711200 | |
| 21288095 | 4 days ago | | | 0.00037489973 | 0.0038449632 | |
| 21283204 | 4 days ago | | | 0.016059 | 0.0019367535 | |
| 21281200 | 5 days ago | | | 0.19446347 | 0.0043696033 | |
| 21277554 | 5 days ago | | | 0.0021995375 | 0.0018659707 | |
| 21277546 | 5 days ago | | | 0.0022060674 | 0.00074381316 |
ABI
ABI objects
Getter at block 21314631
USDT() view returns (address)
0xdac17f958d2ee523a2206206994597c13d831ec7
feeReceiver() view returns (address)
0xea007c2fa93bff89dab833a114c79ce5fb19f175
holderFee() view returns (uint256)
800000000000000000
lockStatus() view returns (bool)
false
nonHolderFee() view returns (uint256)
1000000000000000000
owner() view returns (address)
0xea007c2fa93bff89dab833a114c79ce5fb19f175
signer() view returns (address)
0x577b42c419114ab8fa0e481137d59afa6df2a27d
weth() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
Read-only
message(address from, bool user, uint256 depAmt, uint256 expiry) view returns (bytes32 messageHash)
msgHash(bytes32) view returns (bool)
splitFee(address[] path, uint256 amt, bool status, address _router) view returns (uint256[] amounts)
verifySignature(bytes32 _messageHash, bytes _signature) pure returns (address signatureAddress)
State-modifying
Events emergencyWithdraw(address asset, address user, uint256 amount)
renounceOwnership()
setSigner(address _signer)
swapETHForExactTokens(address _router, uint256 amountOut, address[] path, address to, uint256 deadline, address _user, bool _userStatus, bytes signature) payable
swapExactETHForTokens(address _router, uint256 amountOutMin, address[] path, address to, uint256 deadline, address _user, bool _userStatus, bytes signature) payable
swapExactETHForTokensSupportingFeeOnTransferTokens(address _router, uint256 amountOutMin, address[] path, address to, uint256 deadline, address _user, bool _userStatus, bytes signature) payable
swapExactTokensForETH(address _router, uint256 amountIn, uint256 amountOutMin, address[] path, address to, uint256 deadline, address _user, bool _userStatus, bytes signature) payable
swapExactTokensForETHSupportingFeeOnTransferTokens(address _router, uint256 amountIn, uint256 amountOutMin, address[] path, address to, uint256 deadline, address _user, bool _userStatus, bytes signature) payable
swapExactTokensForTokens(address _router, uint256 amountIn, uint256 amountOutMin, address[] path, address to, uint256 deadline, address _user, bool _userStatus, bytes signature) payable
swapExactTokensForTokensSupportingFeeOnTransferTokens(address _router, uint256 amountIn, uint256 amountOutMin, address[] path, address to, uint256 deadline, address _user, bool _userStatus, bytes signature) payable
swapTokensForExactETH(address _router, uint256 amountOut, uint256 amountInMax, address[] path, address to, uint256 deadline, address _user, bool _userStatus, bytes signature) payable
swapTokensForExactTokens(address _router, uint256 amountOut, uint256 amountInMax, address[] path, address to, uint256 deadline, address _user, bool _userStatus, bytes signature) payable
transferOwnership(address newOwner)
updateFeeSetter(address _feeReceiver)
updateHolderFee(uint256 _holder, uint256 _nonHolder)
updateLock(bool _lock)
updateUsdt(address _usdt)
updateWeth(address _weth)
AdminFee(address indexed user, uint256 commission, uint256 time)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SetSigner(address indexed user, address indexed signer)
constructor(address _feeReceiver, address _weth, address _signer, address _usdt)
receive()
AddressEmptyCode(address target)
AddressInsufficientBalance(address account)
FailedInnerCall()
SafeERC20FailedOperation(address token)