Accept OAK onchain
Unverified contract
Proxy
Active on
Base with 17 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,506.84 |
$0 | |
ACCE | ERC-20 | 11.047K | -- | -- | |
0x4ab4…74a2 | ERC-1555 | 2.281K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21817428 | 3 hours ago | | | 0 | 0.0000050284373 | |
| 21817424 | 3 hours ago | | | 0 | 0.0000050284373 | |
| 21816657 | 4 hours ago | | | 0 | 2.7304514e-7 | |
| 21816648 | 4 hours ago | | | 0 | 3.4922689e-7 | |
| 21812582 | 6 hours ago | | | 0 | 1.5530381e-7 | |
| 21812381 | 6 hours ago | | | 0 | 2.9315310e-7 | |
| 21812270 | 6 hours ago | | | 0 | 3.5717402e-7 | |
| 21812116 | 6 hours ago | | | 0 | 6.2059728e-7 | |
| 21812108 | 6 hours ago | | | 0 | 0.0000050284373 | |
| 21812079 | 6 hours ago | | | 0 | 0.0000050284373 |
ABI
ABI objects
Getter at block 21823373
WETH() view returns (address)
0x4200000000000000000000000000000000000006
contractURI() view returns (string)
ipfs://bafkreigsvwnjhnwi2sgpqbzdstb4unopkynn3aomt2kp7lc3ipmbfilmqu
decimals() view returns (uint8)
18
name() view returns (string)
Accept OAK onchain
nonfungiblePositionManager() view returns (address)
0x03a520b32c04bf3beef7beb72e919cf822ed34f1
royalties() view returns (address)
0x77777771df91c56c5468746e80dfa8b880f9719f
symbol() view returns (string)
ACCE
tokenInfo() view returns (struct IERC20ZTokenInfo)
(0x4ab4e4cd9af4d9d4044e75a33888aecb40a274a2, 3, 0x849151d7d0bf1f34b70d5cad5149d28cc2308bf1)
tokenLiquidityInfo() view returns (address pool, uint256 initialLiquidityPositionId)
(pool=0xe1e68e63d92ea1408151b7f801d8a44cd041cf28, initialLiquidityPositionId=1084869)
tokenURI() view returns (string)
ipfs://bafkreigsvwnjhnwi2sgpqbzdstb4unopkynn3aomt2kp7lc3ipmbfilmqu
totalSupply() view returns (uint256)
13329000000000000000000
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()