ERC1967Proxy
Verified contract
Proxy
Active on
Base with 458 txns
Unified storage
Map
Table
Raw
Constants and immutables
1
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xc35d…74c4
0x80c7…14de
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SUSHI-V3-POS | ERC-721 | 1 | -- | -- | |
SUSHI-V3-POS | ERC-721 | 1 | -- | -- | |
SUSHI-V3-POS | ERC-721 | 1 | -- | -- | |
SUSHI-V3-POS | ERC-721 | 1 | -- | -- | |
SUSHI-V3-POS | ERC-721 | 1 | -- | -- | |
SUSHI-V3-POS | ERC-721 | 1 | -- | -- | |
SUSHI-V3-POS | ERC-721 | 1 | -- | -- | |
SUSHI-V3-POS | ERC-721 | 1 | -- | -- | |
SUSHI-V3-POS | ERC-721 | 1 | -- | -- | |
SUSHI-V3-POS | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22711338 | a day ago | | | 0 | 0.000088431503 | |
| 22673245 | 2 days ago | | | 0 | 0.000088442815 | |
| 22672021 | 2 days ago | | | 0 | 0.000088443372 | |
| 22652294 | 2 days ago | | | 0 | 0.000090905003 | |
| 22640897 | 3 days ago | | | 0 | 0.000058216767 | |
| 22640141 | 3 days ago | | | 0 | 0.000062925560 | |
| 22634252 | 3 days ago | | | 0 | 0.000061351238 | |
| 22570677 | 4 days ago | | | 0 | 0.000088326314 | |
| 22553669 | 5 days ago | | | 0 | 0.000051983259 | |
| 22552651 | 5 days ago | | | 0 | 0.000065312097 |
ABI
ABI objects
Getter at block 22750206 proxiableUUID() view returns (bytes32)
UPGRADE_INTERFACE_VERSION() view returns (string)
5.0.0
WETH() view returns (address)
0x4200000000000000000000000000000000000006
feeManager() view returns (address)
0x5db292eade6bea9d710c54c5504d8400639dec25
limitOrder() view returns (address)
0x300af2ede7cd604355a09884a1521af732f3b8f7
lotteryMaster() view returns (address)
0x29a7efb6bb7e34aa026b26ef0c7227c4e930313d
owner() view returns (address)
0x47898746b627b73eb781d834e0f2ac98d62763a6
positionManager() view returns (address)
0x80c7dd17b01855a6d2347444a0fcc36136a314de
swapRouter() view returns (address)
0x96cad68444c1dc8ae728b4708db8f49f3a7be68b
uniswapV3Factory() view returns (address)
0xc35dadb65012ec5796536bd9864ed8773abc74c4
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
Upgraded(address indexed implementation)
GoatTokenCreated(address token, address pool, address creator, uint256 positionId)
Initialized(uint64 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Upgraded(address indexed implementation)
constructor(address implementation, bytes _data)
fallback()
AddressEmptyCode(address target)
ERC1967InvalidImplementation(address implementation)
ERC1967NonPayable()
FailedInnerCall()
AddressEmptyCode(address target)
ERC1967InvalidImplementation(address implementation)
ERC1967NonPayable()
FailedInnerCall()
Forbidden()
InvalidInitialTick()
InvalidInitialization()
InvalidTokenType()
NotInitializing()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
Salt()
UUPSUnauthorizedCallContext()
UUPSUnsupportedProxiableUUID(bytes32 slot)