GoatTradingV1: Wrapped Ether/Disappointed Ernie
Verified contract
Active on
Base with 6 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 ($5,058.50)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WETH | ERC-20 | 2.018572 | $2,505.95 |
$5,058.44 | |
GOCHU | ERC-20 | 50K | $0.000001 |
$0.06 | |
USA | ERC-20 | 1 | $0.001632 |
$0 | |
kurbi | ERC-20 | 0.1 | $0.000634 |
$0 | |
DISERN | ERC-20 | 459.203688M | -- | -- | |
BCRAB | ERC-20 | 200 | -- | -- | |
OKTRUMP | ERC-20 | 200 | -- | -- | |
UWE | ERC-20 | 200 | -- | -- | |
BABYBASE | ERC-20 | 111 | -- | -- | |
APE | ERC-20 | 100 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20858430 | 23 days ago | | | 0 | 0.000000072280039879 | |
| 20858409 | 23 days ago | | | 0 | 0.000000081315053433 | |
| 20857668 | 23 days ago | | | 0 | 1.4440901e-7 | |
| 20552437 | a month ago | | | 0 | 1.3692866e-7 | |
| 20552233 | a month ago | | | 0 | 2.2175583e-7 | |
0xf09f92a8 | 17423531 | 3 months ago | | | 0 | 4.2832178e-7 |
ABI
ABI objects
Getter at block 21855515
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)
10187889573960
getFeesPerTokenStored() view returns (uint256)
10187889573960
getInitialLPInfo() view returns (struct GoatTypesInitialLPInfo)
(0xfa760444a229e78a50ca9b3779f4ce4cce10e170, 0, 10033068466637207660523, 1729041627, 3)
getPendingLiquidityFees() view returns (uint112)
2899354379731626
getPendingProtocolFees() view returns (uint72)
42774528253501544
getReserves() view returns (uint112 reserveEth, uint112 reserveToken)
(reserveEth=1972898277511034580, reserveToken=459203688316364284737380008)
getStateInfoAmm() view returns (uint112, uint112)
(1972898277511034580, 459203688316364284737380008)
getStateInfoForPresale() view returns (uint112 reserveEth, uint112 reserveToken, uint112 virtualEth, uint112 initialTokenMatch, uint112 bootstrapEth, uint256 virtualToken)
(reserveEth=1972898277511034580, reserveToken=459203688316364284737380008, virtualEth=10000000000000000000, initialTokenMatch=1439999998560000000000000000, bootstrapEth=5000000000000000000, virtualToken=639999999360000000000000000)
name() view returns (string)
GoatTradingV1: Wrapped Ether/Disappointed Ernie
symbol() view returns (string)
GoatV1-Wrapped Ether-Disappointed Ernie
token0() view returns (address)
0x4200000000000000000000000000000000000006
token1() view returns (address)
0xc952e63602c619a7afbd4e48efbdeb32c4e2f5b2
totalSupply() view returns (uint256)
30099205399911622982569
vestingUntil() view returns (uint32 vestingUntil_)
1725470867
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()