onchain base

Unverified contract

Proxy

Active on Base with 43 txns
Deployed by via 0xb17dde1b at 23867566
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot

No balances found for "onchain base"

0x566fcd8b204445a080247cf8907f2483035aaffc16d0c4d3d6e9edc15c65fa85
0x16a79d77202b0175ab36b174930c958009f2c28d16826d40dddc072a2de0f5e3
0xbd6f05ed604500c505916f67949b966698bb0f81d992675286f728702ed49fc0
0x5d7d720cc53e274c7a1b10cd102a76fe5ce4657668e40c1882ccd945f59e6e29
0xd630b6f74310cb11e35d95763f414f86103f474205a92470fca1f7645336b505
0x027d979785640975399df3e2a6a289b34c99f2dcfe67a1264d0217a0465e0d5a
0x4b4d28a33da0892a47894cb4d7630707165b28969fc2cb170bc9cced8d8497dc
0xeb9cef6bfb3302d1c134a2786756fdc3a57dd25fa2f5b9bdfdaef3803d84e289
0x54028382d85af25d60aeccec8bf66d77b7b2069be83565d177600c1d0c1b5195
0xc7ea84c82c8113d8b6c242077fa03feb71affb38dd7fb071f09c9cba92ec2556

Functions
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(addressaddressview returns (uint256)
balanceOf(addressview returns (uint256)
erc20BalanceOf(address owner_view returns (uint256)
erc721BalanceOf(address owner_view returns (uint256)
erc721TransferExempt(address target_view returns (bool)
getApproved(uint256view returns (address)
getERC721TokensInQueue(uint256 start_uint256 count_view returns (uint256[])
isApprovedForAll(addressaddressview returns (bool)
nonces(addressview returns (uint256)
owned(address owner_view returns (uint256[])
ownerOf(uint256 id_view returns (address erc721Owner)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
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 namestring symbolstring baseURIaddress adminuint256 multiplieruint256 initialTotalSupplyaddress pooladdress positionManageraddress 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 baseURIuint8 uriType
transfer(address to_uint256 value_returns (bool)
transferFrom(address from_address to_uint256 valueOrId_returns (bool)
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed spenderuint256 indexed id
Approval(address indexed owneraddress indexed spenderuint256 value
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
BatchMetadataUpdate(uint256 _fromTokenIduint256 _toTokenId
Initialized(uint64 version
MetadataUpdate(uint256 _tokenId
OwnershipTransferStarted(address indexed previousOwneraddress indexed newOwner
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 amount
Transfer(address indexed fromaddress indexed touint256 indexed id
URIParamsUpdated(string baseURIuint8 uriType
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
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(