ORDI

Verified contract

Active on Base with 200 txns
Deployed by via 0x747a4470 at 10702997
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "ORDI"

0x0bf726c3056deae0f706aae7e51e697e61fa2a233936128a449f6e465355b6e5
0xd967f9fde2caff2ad4460be245d43f5c2436f8113ed3774eb7e9ee8012a82492
0x874ca435aa09cf1bad56962e6997bd2cffe8ff263b4d48ddebb2b42c3ffb2bc4
0x02c80bbec06fa0afdb62362ab4f1aca2315702226edfb36f4cb2a58868373c90
0x86fa6495f2f532c49b87bd38d8efa5e625c8174cd3aefced0b4895ebd85de6ea
0x286cdfc285855ba5523c6036b3b4bb07c46798f2ff6e13d7585f09ca522d0d0d
0x6343d82f8022cd41e9f168679b2c057c199ec4c0ea6403ad7275740129e5c941
0x4f6dbb9dd29f78405839ce500e4a6f33c956ef0ce0c4841a3e6343028fa03564
0xc5f964b55641472e29dd2c0dacd3eb735364477f983c3cd9140da65403ef6695
0xe498e776fcb203e1cf37ae9375802c257b3dcadef6f458224c9fa4b8d5bea456

Functions
Getter at block 22937247
baseTokenURI(view returns (string)
decimals(view returns (uint8)
18
factory(view returns (address)
0xd0c11fc959e22b8e9b69c97ea3cd334d480ce203
minted(view returns (uint256)
16
name(view returns (string)
ORDI
symbol(view returns (string)
ORDI
totalSupply(view returns (uint256)
16225118300000000000
units(view returns (uint256)
2100000000000000000000
Read-only
_owned(addressuint256view returns (uint256)
_ownedIndex(uint256view returns (uint256)
_ownerOf(uint256view returns (address)
allowance(addressaddressview returns (uint256)
balanceOf(addressview returns (uint256)
erc721BalanceOf(address owner_view returns (uint256)
getApproved(uint256view returns (address)
isApprovedForAll(addressaddressview returns (bool)
ownerOf(uint256 idview returns (address owner)
tokenURI(uint256 idview returns (string)
whitelist(addressview returns (bool)
State-modifying
approve(address spenderuint256 amountOrIdreturns (bool)
burnBRC404(address fromuint256 amount
mintBRC404(address touint256 amount
safeTransferFrom(address fromaddress touint256 id
safeTransferFrom(address fromaddress touint256 idbytes data
setApprovalForAll(address operatorbool approved
setTokenURI(string _tokenURI
setWhitelist(address target_bool state_
transfer(address touint256 amountreturns (bool)
transferFrom(address fromaddress touint256 amountOrId
Events
Approval(address indexed owneraddress indexed spenderuint256 amountOrId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
Transfer(address indexed fromaddress indexed touint256 amountOrId
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AlreadyExists(
ExceedMaxSupply(
InvalidRecipient(
InvalidSender(
NotFound(
OnlyCallByFactory(
Unauthorized(
UnsafeRecipient(