TokenSwap
Verified contract
Active on
Ethereum with 11,057 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xce3e…24db
Balances ($189.09)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
UNI | ERC-20 | 20.180029 | $9.37 |
$189.09 | |
TAD | ERC-20 | 1M | -- | -- | |
POW | ERC-20 | 0.03 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19849315 | 6 months ago | | | 0 | 0.000071394000 | |
| 17367032 | a year ago | | | 0.17 | 0.0012067104 | |
| 17350825 | a year ago | | | 0.54162911 | 0.0019156858 | |
| 17350824 | a year ago | | | 0.54047983 | 0.0030649650 | |
| 17350823 | a year ago | | | 0.540317 | 0.0032277992 | |
| 17348446 | a year ago | | | 0.01 | 0.00048424036 | |
| 17344733 | a year ago | | | 1 | 0.055432398 | |
| 17344733 | a year ago | | | 1 | 0.055432398 | |
| 17344733 | a year ago | | | 1 | 0.055432398 | |
| 17344682 | a year ago | | | 1 | 0.055519245 |
ABI
ABI objects
Getter at block 21158381
RATE() view returns (uint256)
11520000000
TOKEN() view returns (address)
0xce3eb2c15cecc8547b5390fb47d5abaf3d7624db
getETHBalance() view returns (uint256)
28888888888888888
getTokenBalance() view returns (uint256)
0
owner() view returns (address)
0x6a3913cab99304f9e145c99d60017fa38fcd2ce4
paused() view returns (bool)
false
Read-only
This contract contains no read-only function objects.
State-modifying
Events pause()
renounceOwnership()
setRates(uint256 _rate)
swapETHForToken() payable
transferOwnership(address newOwner)
unpause()
withdrawERC20(address _token, uint256 _amount)
withdrawTOKEN(uint256 _amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
TokenSwapped(address indexed User, uint256 indexed AmountReceived, uint256 indexed AmountSent, address ReceivedToken)
Unpaused(address account)
constructor(address _token)
receive()
This contract contains no error objects.