TempleStableAMMRouter
Verified contract
Active on
Ethereum with 7,189 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xae8a…2477
Balances ($0.00)
No balances found for "TempleStableAMMRouter"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18715708 | a year ago | | | 0 | 0.0058393429 | |
| 18648378 | a year ago | | | 0 | 0.0027407111 | |
| 18614498 | a year ago | | | 0 | 0.0051670913 | |
| 18554413 | a year ago | | | 0 | 0.0028787022 | |
| 18512658 | a year ago | | | 0 | 0.0031849483 | |
| 18507272 | a year ago | | | 0 | 0.0029373289 | |
| 18507229 | a year ago | | | 0 | 0.0032389806 | |
| 18378044 | a year ago | | | 0 | 0.0019379318 | |
| 18369097 | a year ago | | | 0 | 0.0012831364 | |
| 18364147 | a year ago | | | 0 | 0.0027461955 |
ABI
ABI objects
Getter at block 21169921
defendStable() view returns (address)
0x6b175474e89094c44da98b954eedeac495271d0f
owner() view returns (address)
0x4d6175d58c5aceef30f546c0d5a557effa53a950
templeToken() view returns (address)
0x470ebf5f030ed85fc1ed4c2d36b9dd02e77cf1b7
templeTreasury() view returns (address)
0xae8a796bd9437bd266664e8e9b8428b25a7d2477
Read-only
getAmountOut(uint256 amountIn, uint256 reserveIn, uint256 reserveOut) pure returns (uint256 amountOut)
quote(uint256 amountA, uint256 reserveA, uint256 reserveB) pure returns (uint256 amountB)
swapExactStableForTempleQuote(address pair, uint256 amountIn) view returns (uint256 amountOut)
swapExactTempleForStableQuote(address pair, uint256 amountIn) view returns (bool priceBelowIV, uint256 amountOut)
tokenPair(address) view returns (address)
State-modifying
Events addLiquidity(uint256 amountADesired, uint256 amountBDesired, uint256 amountAMin, uint256 amountBMin, address stable, address to, uint256 deadline) returns (uint256 amountA, uint256 amountB, uint256 liquidity)
addPair(address _token, address _pair)
removeLiquidity(uint256 liquidity, uint256 amountAMin, uint256 amountBMin, address stable, address to, uint256 deadline) returns (uint256 amountA, uint256 amountB)
renounceOwnership()
setDefendStable(address _defendStable)
setTreasury(address _templeTreasury)
swapExactStableForTemple(uint256 amountIn, uint256 amountOutMin, address stable, address to, uint256 deadline) returns (uint256 amountOut)
swapExactTempleForStable(uint256 amountIn, uint256 amountOutMin, address stable, address to, uint256 deadline) returns (uint256)
transferOwnership(address newOwner)
withdraw(address token, address to, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _templeToken, address _templeTreasury, address _defendStable)
This contract contains no fallback and receive objects.
This contract contains no error objects.