GoatTradingV1: Wrapped Ether/Bucket O’ Goat Poo
Verified contract
Active on
Base with 3 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 ($1,027.79)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WETH | ERC-20 | 0.410383 | $2,504.46 |
$1,027.79 | |
kurbi | ERC-20 | 0.1 | $0.000635 |
$0 | |
Poo | ERC-20 | 7.319006B | -- | -- | |
CATINB | ERC-20 | 111 | -- | -- | |
BIU BULL | ERC-20 | 99 | -- | -- | |
XBOO | ERC-20 | 88 | -- | -- | |
OOMBASE | ERC-20 | 76.33 | -- | -- | |
OKmaga | ERC-20 | 38.228 | -- | -- | |
Uii coin | ERC-20 | 15.51 | -- | -- | |
GURMY | ERC-20 | 3.33 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21645457 | 5 days ago | | | 0 | 0.000000086014316280 | |
| 21645399 | 5 days ago | | | 0 | 1.3649540e-7 | |
0x2a696e68 | 17424554 | 3 months ago | | | 0 | 4.5850267e-7 |
ABI
ABI objects
Getter at block 21855473
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)
0
getFeesPerTokenStored() view returns (uint256)
0
getInitialLPInfo() view returns (struct GoatTypesInitialLPInfo)
(0xc43d597be85a1a2c93b3155351091fdd4e82d496, 0, 126824914048973083292562, 0, 4)
getPendingLiquidityFees() view returns (uint112)
0
getPendingProtocolFees() view returns (uint72)
75891107089092673
getReserves() view returns (uint112 reserveEth, uint112 reserveToken)
(reserveEth=17834491609670629635, reserveToken=14524888526474114194855223166)
getStateInfoAmm() view returns (uint112, uint112)
(334491609670629635, 7319006173532938444855223166)
getStateInfoForPresale() view returns (uint112 reserveEth, uint112 reserveToken, uint112 virtualEth, uint112 initialTokenMatch, uint112 bootstrapEth, uint256 virtualToken)
(reserveEth=334491609670629635, reserveToken=7319006173532938444855223166, virtualEth=17500000000000000000, initialTokenMatch=14705882352941175000000000000, bootstrapEth=7500000000000000000, virtualToken=7205882352941175750000000000)
name() view returns (string)
GoatTradingV1: Wrapped Ether/Bucket O’ Goat Poo
symbol() view returns (string)
GoatV1-Wrapped Ether-Bucket O’ Goat Poo
token0() view returns (address)
0x4200000000000000000000000000000000000006
token1() view returns (address)
0xcbb306886e17076754fd308af31a93c1b26257cf
totalSupply() view returns (uint256)
507299656195892333171251
vestingUntil() view returns (uint32 vestingUntil_)
4294967295
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()