Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "ORDI"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21484811 | a month ago | | | 0 | 2.4408202e-7 | |
| 21159194 | a month ago | | | 0 | 0.000024344150 | |
| 19141727 | 3 months ago | | | 0 | 1.9170104e-7 | |
| 12412117 | 8 months ago | | | 0 | 0.0000024969122 | |
| 11168441 | 9 months ago | | | 0 | 0.000000048615628901 | |
| 11168426 | 9 months ago | | | 0 | 0.000000000218398944 | |
| 11168341 | 9 months ago | | | 0 | 0.000000000278090424 | |
| 10996600 | 9 months ago | | | 0 | 0.000000001527876350 | |
| 10995097 | 9 months ago | | | 0 | 0.000000006975866817 | |
| 10995050 | 9 months ago | | | 0 | 0.000000006376698020 |
ABI
ABI objects
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(address, uint256) view returns (uint256)
_ownedIndex(uint256) view returns (uint256)
_ownerOf(uint256) view returns (address)
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
erc721BalanceOf(address owner_) view returns (uint256)
getApproved(uint256) view returns (address)
isApprovedForAll(address, address) view returns (bool)
ownerOf(uint256 id) view returns (address owner)
tokenURI(uint256 id) view returns (string)
whitelist(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amountOrId) returns (bool)
burnBRC404(address from, uint256 amount)
mintBRC404(address to, uint256 amount)
safeTransferFrom(address from, address to, uint256 id)
safeTransferFrom(address from, address to, uint256 id, bytes data)
setApprovalForAll(address operator, bool approved)
setTokenURI(string _tokenURI)
setWhitelist(address target_, bool state_)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amountOrId)
Approval(address indexed owner, address indexed spender, uint256 amountOrId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Transfer(address indexed from, address indexed to, uint256 amountOrId)
constructor()
This contract contains no fallback and receive objects.
AlreadyExists()
ExceedMaxSupply()
InvalidRecipient()
InvalidSender()
NotFound()
OnlyCallByFactory()
Unauthorized()
UnsafeRecipient()