Blocklords Orbs

Verified contract

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

No balances found for "Blocklords Orbs"

0x1da071a838ecddea93a4aca05a64521e7730b0fdddd0d1220cebf812e4f7a0dc
0xb255e0733a000451b7d5c9d59ece1a3ef0cc590c1a61adf94a4dd62afe5338d6
0x7ae88add5f79b429e74743b3609504d6e3e5f2839de38a5516850ccf4afd3b15
0xa1528777167459173054822f78d0764e4e95a6b35ded8586eda3dcd040499b9a
0x693ff8208bb6c439468f022aecc35858354723d22938c20e68409ab9ad2088a0
0x2cd6f1f61fc1b50953b0b39e6940d1eeb99c8af0c4a9a7fb370b7c2a9a23fc88
0x48966e1677755b31d20f04043d13d5842d40f9eea1b97140e179a396744f64b2
0xb5f609f333af83f3ad454a40396b4f16f31d15091c23ae36f9c9e993a9650bf7
0xf609af4ee2445fc8d62825924a7ce3f7d25881238170affb0b479839efa0340c
0x7a7655285f35ad437e7105d3ef28e59ab2b9842a1e910f2420f55725a50f3442

Functions
Getter at block 23198152
name(view returns (string)
Blocklords Orbs
owner(view returns (address)
0x806c0485cfd1919f89a454effda3ef22a38544d6
symbol(view returns (string)
ORB
totalSupply(view returns (uint256)
12424
verifier(view returns (address)
0x1290f8eb205c965384a7bba7318fa2273a26f97f
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
nonce(addressview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
quality(uint256view returns (uint256)
qualityLimit(uint256view returns (uint256)
receiptId(uint256view returns (uint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenByIndex(uint256 indexview returns (uint256)
tokenOfOwnerByIndex(address owneruint256 indexview returns (uint256)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
burn(uint256 _tokenId
mint(address _touint256 _qualityuint256 _receiptIdreturns (uint256)
renounceOwnership(
safeMint(address _touint256 _qualityuint256 _receiptIduint256 _deadlineuint8 _vbytes32 _rbytes32 _sreturns (uint256)
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setApprovalForAll(address operatorbool approved
setBaseURI(string _baseUri
setFactory(address _factory
setVerifier(address _verifier
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
Burned(address indexed owneruint256 indexed tokenIduint256 indexed qualityuint256 time
Minted(address indexed touint256 indexed tokenIduint256 indexed qualityuint256 receiptIduint256 time
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
SetFactory(address indexed factoryuint256 indexed time
SetVerifier(address indexed verifieruint256 indexed time
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(address initialOwneraddress _verifier
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ERC721EnumerableForbiddenBatchMint(
ERC721IncorrectOwner(address senderuint256 tokenIdaddress owner
ERC721InsufficientApproval(address operatoruint256 tokenId
ERC721InvalidApprover(address approver
ERC721InvalidOperator(address operator
ERC721InvalidOwner(address owner
ERC721InvalidReceiver(address receiver
ERC721InvalidSender(address sender
ERC721NonexistentToken(uint256 tokenId
ERC721OutOfBoundsIndex(address owneruint256 index
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account