ChainpalRouter
Verified contract
Active on
Ethereum with 142 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
KAIJU | ERC-20 | 0.525574 | $0.00 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21161083 | 6 days ago | | | 0 | 0.0027687979 | |
| 21150518 | 7 days ago | | | 0 | 0.0024421444 | |
| 21123227 | 11 days ago | | | 0 | 0.0028676097 | |
| 21123225 | 11 days ago | | | 0 | 0.0028363241 | |
| 21123200 | 11 days ago | | | 0 | 0.0022966453 | |
| 21123180 | 11 days ago | | | 0 | 0.0040573514 | |
| 21120136 | 11 days ago | | | 0 | 0.00063379123 | |
| 21109049 | 13 days ago | | | 0 | 0.0011415052 | |
| 21092919 | 15 days ago | | | 0 | 0.0023845071 | |
| 21092914 | 15 days ago | | | 0 | 0.0023118240 |
ABI
ABI objects
Getter at block 21200730
feeDistributor() view returns (address)
0x66ff36d59f2305a93b04c79cee6263e95fae76d5
owner() view returns (address)
0xbe15395eb4e5be4e3a4e28399ae25ed470a99016
router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
wethAddress() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
Read-only
This contract contains no read-only function objects.
State-modifying
Events buyTokenWithETH(address token, uint256 slippage) payable
buyTokensWithTokens(address inputToken, address outputToken, uint256 amountIn, uint256 slippage)
renounceOwnership()
sellTokensForETH(address token, uint256 amount, uint256 slippage)
sellTokensForTokens(address inputToken, address outputToken, uint256 amountIn, uint256 slippage)
transferOwnership(address newOwner)
updateFeeDistributor(address newFeeDistributor)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _router, address _feeDistributor)
fallback()
receive()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)