GoatTradingV1: Wrapped Ether/CakeEater
Verified contract
Active on
Base with 15 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($691.18)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WETH | ERC-20 | 0.175674 | $3,934.45 |
$691.18 | |
kurbi | ERC-20 | 0.1 | $0.00114 |
$0 | |
CAKE | ERC-20 | 505.208404M | -- | -- | |
Kweh | ERC-20 | 777 | -- | -- | |
XBOO | ERC-20 | 88 | -- | -- | |
BEEY | ERC-20 | 67 | -- | -- | |
GURMY | ERC-20 | 3.33 | -- | -- | |
OHNO | ERC-20 | 1 | -- | -- | |
YETI | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22450999 | a month ago | | | 0 | 0.000000802467113038 | |
| 22450980 | a month ago | | | 0 | 4.9498945e-7 | |
| 22450942 | a month ago | | | 0 | 5.8192894e-7 | |
| 22075913 | a month ago | | | 0 | 7.5236338e-7 | |
| 21861440 | a month ago | | | 0 | 4.9077785e-7 | |
| 20555358 | 2 months ago | | | 0 | 7.5609238e-7 | |
| 19949691 | 3 months ago | | | 0 | 7.5609238e-7 | |
| 18998983 | 3 months ago | | | 0 | 4.6608970e-7 | |
| 18998961 | 3 months ago | | | 0 | 5.8481321e-7 | |
0x2a696e68 | 17420597 | 5 months ago | | | 0 | 3.4771093e-7 |
ABI
ABI objects
Getter at block 23598710
MINIMUM_LIQUIDITY() view returns (uint256)
1000
VESTING_PERIOD() view returns (uint32)
172800
decimals() view returns (uint8)
18
factory() view returns (address)
0x991de6bdc788bb0ba5594ed7fbf9f4f52711d3f4
feesPerTokenStored() view returns (uint184)
10554706635860
getFeesPerTokenStored() view returns (uint256)
10554706635860
getInitialLPInfo() view returns (struct GoatTypesInitialLPInfo)
(0x5a92e5923541a513a6197273ba4878ee2f66fa47, 265170198679420023, 2546979092397494608129, 1731691905, 3)
getPendingLiquidityFees() view returns (uint112)
152529306052563
getPendingProtocolFees() view returns (uint72)
59956952486983681
getReserves() view returns (uint112 reserveEth, uint112 reserveToken)
(reserveEth=115564036640947359, reserveToken=505208403678266447325213076)
getStateInfoAmm() view returns (uint112, uint112)
(115564036640947359, 505208403678266447325213076)
getStateInfoForPresale() view returns (uint112 reserveEth, uint112 reserveToken, uint112 virtualEth, uint112 initialTokenMatch, uint112 bootstrapEth, uint256 virtualToken)
(reserveEth=115564036640947359, reserveToken=505208403678266447325213076, virtualEth=5000000000000000000, initialTokenMatch=1320000000000000000000000000, bootstrapEth=5000000000000000000, virtualToken=330000000000000000000000000)
name() view returns (string)
GoatTradingV1: Wrapped Ether/CakeEater
symbol() view returns (string)
GoatV1-Wrapped Ether-CakeEater
token0() view returns (address)
0x4200000000000000000000000000000000000006
token1() view returns (address)
0xaa688be1c8316c90f914addebb19f3868befc26f
totalSupply() view returns (uint256)
7640937277192483825390
vestingUntil() view returns (uint32 vestingUntil_)
1716127993
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
earned(address lp) view returns (uint256)
feesPerTokenPaid(address) view returns (uint256)
getPresaleBalance(address user) view returns (uint256)
lockedUntil(address user) view returns (uint32)
lpFees(address) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
burn(address to) returns (uint256 amountWeth, uint256 amountToken)
initialize(address token, address weth, string baseName, struct GoatTypesInitParams params)
mint(address to) returns (uint256 liquidity)
swap(uint256 amountWethOut, uint256 amountTokenOut, address to)
sync()
takeOverPool(struct GoatTypesInitParams initParams)
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
withdrawExcessToken()
withdrawFees(address to)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed sender, uint256 amountWeth, uint256 amountToken, address indexed to)
Mint(address indexed sender, uint256 amountWeth, uint256 amountToken)
Swap(address indexed sender, uint256 amountWethIn, uint256 amountTokenIn, uint256 amountWethOut, uint256 amountTokenOut, address indexed to)
Sync(uint112 reserveEth, uint112 reserveToken)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
ActionNotAllowed()
BurnLimitExceeded()
CannotWithdrawFeesForPair()
GoatV1Forbidden()
IncorrectTakeoverInitialEth()
IncorrectTokenAmount()
IncorrectWethAmount()
InsufficientAmountOut()
InsufficientLiquidityBurned()
InsufficientOutputAmount()
InsufficientTakeoverTokenAmount()
InsufficientTokenAmount()
KInvariant()
LiquidityLocked()
MultipleOutputAmounts()
NewVirtualEthGreaterThanOld()
PresaleDeadlineActive()
PresalePeriod()
ShouldWithdrawAllBalance()
SupplyMoreThanBootstrapEth()
TransferFromInitialLpRestricted()
TransferToInitialLpRestricted()
Unauthorized()
WithdrawalCooldownActive()