CheddaSwap
Verified contract
Active on
Ethereum with 390 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x37de…3ada
0xa9fd…bb15
Balances ($2.84)
Native
Value
$2.84
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.000904 | $3,141.29 |
$2.84 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16425227 | 2 years ago | | | 0 | 0.0012766458 | |
| 15870058 | 2 years ago | | | 0 | 0.00047432837 | |
| 15869931 | 2 years ago | | | 0 | 0.00052850211 | |
| 15828918 | 2 years ago | | | 0 | 0.00083938444 | |
| 15828915 | 2 years ago | | | 0.001 | 0.00024281156 | |
| 15789696 | 2 years ago | | | 0 | 0.0028137107 | |
| 15769564 | 2 years ago | | | 0 | 0.0032152585 | |
| 15690972 | 2 years ago | | | 0 | 0.00028078341 | |
| 15681031 | 2 years ago | | | 0 | 0.00025482059 | |
| 15671388 | 2 years ago | | | 0 | 0.00052091510 |
ABI
ABI objects
Getter at block 21205999
isSwapStarted() view returns (bool)
true
minCheddaToSwap() view returns (uint256)
30000000000000000000
minRatTrapHolding() view returns (uint256)
500000000000000000000
owner() view returns (address)
0x2f0121c035a863a5de73f9db72ec7c4fbb46881b
ratTrapToken() view returns (address)
0xa9fdae1f91c5e1dc72b555af5cf80b21f96cbb15
swapRate() view returns (uint8)
1
swapRatio() view returns (uint256)
5000
token() view returns (address)
0x37de2663a2b265adfd152b73e1a42fb1b0063ada
totalSwapped() view returns (uint256)
8204383747648196483
Read-only
This contract contains no read-only function objects.
State-modifying
Events WithdrawOtherTokens(address _token, uint256 amount)
recoverLostETH()
renounceOwnership()
setSwapRate(uint8 newRate) returns (uint8)
setSwapRatio(uint256 newRatio) returns (uint256)
startSwap() returns (bool)
stopSwap() returns (bool)
swap(address _token, uint256 weiAmount)
transferOwnership(address newOwner)
updateCheddaToken(address _token) returns (address)
updateMinCheddaToSwap(uint256 newVal) returns (uint256)
updateMinHolding(uint256 newVal) returns (uint256)
updateRatTrapToken(address _token) returns (address)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PayeeTransferred(address indexed previousPayee, address indexed newPayee)
Swap(address indexed user, uint256 outAmount)
constructor(address _token, address _ratTrapToken)
receive()
This contract contains no error objects.