onchain base
Unverified contract
Proxy
Active on
Base with 43 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
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 ($0.00)
No balances found for "onchain base"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 23888672 | 38 minutes ago | | | 0 | 0.0000012699956 | |
| 23888671 | 38 minutes ago | | | 0 | 7.8093996e-7 | |
| 23888670 | 38 minutes ago | | | 0 | 0.0000012725902 | |
| 23888668 | 38 minutes ago | | | 0 | 9.7670591e-7 | |
| 23888666 | 38 minutes ago | | | 0 | 9.7870136e-7 | |
| 23888491 | 44 minutes ago | | | 0 | 0.000000906358798896 | |
| 23888489 | 44 minutes ago | | | 0 | 0.000000908210526216 | |
| 23888485 | an hour ago | | | 0 | 6.3575739e-7 | |
| 23888485 | an hour ago | | | 0 | 0.000000906211423320 | |
| 23888484 | an hour ago | | | 0 | 0.000000906211423320 |
ABI
ABI objects
Getter at block 23889817
ID_ENCODING_PREFIX() view returns (uint256)
404000000000000000000000000000
decimals() view returns (uint8)
18
erc20TotalSupply() view returns (uint256)
1000000000000000000000000000
erc721TotalSupply() view returns (uint256)
193
getERC721QueueLength() view returns (uint256)
133
minted() view returns (uint256)
193
name() view returns (string)
onchain base
owner() view returns (address)
0x849151d7d0bf1f34b70d5cad5149d28cc2308bf1
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
onbase
totalSupply() view returns (uint256)
1000000000000000000000000000
units() view returns (uint256)
1000000000000000000000000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
erc20BalanceOf(address owner_) view returns (uint256)
erc721BalanceOf(address owner_) view returns (uint256)
erc721TransferExempt(address target_) view returns (bool)
getApproved(uint256) view returns (address)
getERC721TokensInQueue(uint256 start_, uint256 count_) view returns (uint256[])
isApprovedForAll(address, address) view returns (bool)
nonces(address) view returns (uint256)
owned(address owner_) view returns (uint256[])
ownerOf(uint256 id_) view returns (address erc721Owner)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events acceptOwnership()
approve(address spender_, uint256 valueOrId_) returns (bool)
erc20Approve(address spender_, uint256 value_) returns (bool)
erc20TransferFrom(address from_, address to_, uint256 value_) returns (bool)
erc721Approve(address spender_, uint256 id_)
erc721TransferFrom(address from_, address to_, uint256 id_)
initialize(string name, string symbol, string baseURI, address admin, uint256 multiplier, uint256 initialTotalSupply, address pool, address positionManager, address swapRouter)
renounceOwnership()
safeTransferFrom(address from_, address to_, uint256 id_)
safeTransferFrom(address from_, address to_, uint256 id_, bytes data_)
setApprovalForAll(address operator_, bool approved_)
setSelfERC721TransferExempt(bool state_)
setURIParams(string baseURI, uint8 uriType)
transfer(address to_, uint256 value_) returns (bool)
transferFrom(address from_, address to_, uint256 valueOrId_) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 indexed id)
Approval(address indexed owner, address indexed spender, uint256 value)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BatchMetadataUpdate(uint256 _fromTokenId, uint256 _toTokenId)
Initialized(uint64 version)
MetadataUpdate(uint256 _tokenId)
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 indexed id)
URIParamsUpdated(string baseURI, uint8 uriType)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
AddressZero()
AlreadyExists()
InsufficientAllowance()
InvalidApproval()
InvalidExemption()
InvalidInitialization()
InvalidOperator()
InvalidRecipient()
InvalidSender()
InvalidSigner()
InvalidSpender()
InvalidTokenId()
MintLimitReached()
NotFound()
NotInitializing()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
OwnedIndexOverflow()
PermitDeadlineExpired()
QueueEmpty()
QueueFull()
QueueOutOfBounds()
RecipientIsERC721TransferExempt()
Unauthorized()
UnsafeRecipient()