GoatTokenFactory
Verified contract
Implementation
Active on
Base with 0 txns
Storage
Map
Table
Raw
Constants and immutables
6
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "GoatTokenFactory"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "GoatTokenFactory"
ABI
ABI objects
Getter at block 21859170
UPGRADE_INTERFACE_VERSION() view returns (string)
5.0.0
WETH() view returns (address)
0x0000000000000000000000000000000000000000
feeManager() view returns (address)
0x0000000000000000000000000000000000000000
limitOrder() view returns (address)
0x0000000000000000000000000000000000000000
lotteryMaster() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x0000000000000000000000000000000000000000
positionManager() view returns (address)
0x0000000000000000000000000000000000000000
proxiableUUID() view returns (bytes32)
0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc
swapRouter() view returns (address)
0x0000000000000000000000000000000000000000
uniswapV3Factory() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
generateSalt(address deployer, uint8 tokenType, bytes constructorArgs) view returns (bytes32 salt, address token)
positionInfo(address) view returns (address creator, uint256 positionId)
predictTokenAddress(address deployer, uint8 tokenType, bytes32 salt, bytes constructorArgs) view returns (address result)
tokens(uint256) view returns (address)
State-modifying
Events collect(address[] _tokens) returns (uint256[2][] amounts)
createToken(struct GoatTypesTokenParams tokenParams, uint8 tokenType, int24 initialTick, bytes32 salt) returns (address token, uint256 positionId)
initialize(address positionManager_, address swapRouter_, address limitOrder_)
initialize(address positionManager_, address swapRouter_, address limitOrder_, address lotteryMaster_)
onERC721Received(address, address, uint256, bytes) returns (bytes4)
renounceOwnership()
setFeeManager(address newFeeManager)
transferOwnership(address newOwner)
upgradeToAndCall(address newImplementation, bytes data) payable
GoatTokenCreated(address token, address pool, address creator, uint256 positionId)
Initialized(uint64 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Upgraded(address indexed implementation)
constructor()
This contract contains no fallback and receive objects.
AddressEmptyCode(address target)
ERC1967InvalidImplementation(address implementation)
ERC1967NonPayable()
FailedInnerCall()
Forbidden()
InvalidInitialTick()
InvalidInitialization()
InvalidTokenType()
NotInitializing()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
Salt()
UUPSUnauthorizedCallContext()
UUPSUnsupportedProxiableUUID(bytes32 slot)