00ff69
Unverified contract
Proxy
Active on
Base with 188 txns
Unified storage
Raw
Slot | Value |
---|---|
0x0000000000000000000000000000000000000000000000000000000000000000 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000001 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000002 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000003 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000004 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WETH | ERC-20 | 0 | $2,436.81 |
$0 | |
0xffab…3220 | ERC-1555 | 42.196K | -- | -- | |
$00FF | ERC-20 | 40.494K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21515670 | 11 days ago | | | 0 | 0.000000087631304060 | |
| 21515650 | 11 days ago | | | 0 | 0.000000087707218864 | |
| 20021983 | 2 months ago | | | 0 | 1.6524071e-7 | |
| 19334161 | 2 months ago | | | 0 | 1.6625912e-7 | |
| 19050300 | 2 months ago | | | 0 | 1.2210143e-7 | |
| 18954965 | 2 months ago | | | 0 | 1.7010831e-7 | |
| 18789932 | 2 months ago | | | 0 | 1.2634391e-7 | |
| 18732106 | 2 months ago | | | 0 | 1.6296940e-7 | |
| 18731156 | 2 months ago | | | 0 | 1.6458796e-7 | |
| 18709833 | 2 months ago | | | 0 | 1.2844623e-7 |
ABI
ABI objects
Getter at block 22006558
WETH() view returns (address)
0x4200000000000000000000000000000000000006
contractURI() view returns (string)
ipfs://bafkreier4pgllppko2rvj5lchvfgfngpc4ia4i5jmdg72bgh6adzlxceq4
decimals() view returns (uint8)
18
name() view returns (string)
00ff69
nonfungiblePositionManager() view returns (address)
0x03a520b32c04bf3beef7beb72e919cf822ed34f1
royalties() view returns (address)
0x77777771df91c56c5468746e80dfa8b880f9719f
symbol() view returns (string)
$00FF
tokenInfo() view returns (struct IERC20ZTokenInfo)
(0xffab1087654e1e382e6a8b81c9cfad7402463220, 2, 0x6a4aa35badeb1417811edb4d005384678f4da79e)
tokenLiquidityInfo() view returns (address pool, uint256 initialLiquidityPositionId)
(pool=0x39ad1cc1e24cbb28355ab86bf5d11aa2fd863017, initialLiquidityPositionId=854315)
tokenURI() view returns (string)
ipfs://bafkreier4pgllppko2rvj5lchvfgfngpc4ia4i5jmdg72bgh6adzlxceq4
totalSupply() view returns (uint256)
82691000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events activate(uint256 erc20TotalSupply, uint256 erc20Reserve, uint256 erc20Liquidity, uint256 erc20Excess, uint256 erc1155Excess)
approve(address spender, uint256 value) returns (bool)
initialize(address collection, uint256 tokenId, string name, string symbol) returns (address)
onERC1155BatchReceived(address operator, address from, uint256[] ids, uint256[] values, bytes data) returns (bytes4)
onERC1155Received(address operator, address from, uint256 id, uint256 value, bytes data) returns (bytes4)
onERC721Received(address from, address operator, uint256 tokenId, bytes data) returns (bytes4)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
unwrap(uint256 amount20z, address recipient)
wrap(uint256 amount1155, address recipient)
Approval(address indexed owner, address indexed spender, uint256 value)
ConvertedTo1155(address indexed erc20z, uint256 amount20z, address collection, uint256 tokenId, uint256 amount1155, address recipient)
ConvertedTo20z(address indexed erc20z, uint256 amount20z, address collection, uint256 tokenId, uint256 amount1155, address recipient)
Initialized(uint64 version)
ReceivedAdminMintNFTs(uint256 quantity)
SecondaryMarketActivated(address indexed token0, uint256 indexed amount0, address token1, uint256 amount1, uint256 fee, uint256 positionId, uint256 lpLiquidity, uint256 erc20Excess, uint256 erc1155Excess)
Transfer(address indexed from, address indexed to, uint256 value)
This contract contains no constructor objects.
receive()
AddressEmptyCode(address target)
AddressInsufficientBalance(address account)
AlreadyActivatedCannotReactivate()
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)
FailedInnerCall()
IDsDoNotMatchValuesLength()
InsufficientBalance()
Invalid20zTransfer()
InvalidAmount20z()
InvalidInitialization()
InvalidParams()
NotInitializing()
OnlySaleStrategy()
OnlySupportReceivingERC1155AssociatedZoraNFT()
OnlySupportReceivingERC721UniswapPoolNFTs()
PoolCreationFailed()
RecipientAddressZero()
ReentrancyGuardReentrantCall()
SafeERC20FailedOperation(address token)
SecondaryMarketHasNotYetStarted()
TokenIdNotValidToSwap()
UnknownReceiveActionDataCall()