Blocklords Orbs
Verified contract
Active on
Base with 592 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Blocklords Orbs"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21462910 | a month ago | | | 0 | 0.0000013332431 | |
| 21462907 | a month ago | | | 0 | 0.0000013366019 | |
| 21462902 | a month ago | | | 0 | 0.0000014914589 | |
| 21462898 | a month ago | | | 0 | 0.0000014542222 | |
| 21462894 | a month ago | | | 0 | 0.0000011741863 | |
| 21462890 | a month ago | | | 0 | 0.0000015041994 | |
| 21462887 | a month ago | | | 0 | 0.0000013304924 | |
| 21462883 | a month ago | | | 0 | 0.0000015107739 | |
| 21462880 | a month ago | | | 0 | 0.0000013375932 | |
| 21462876 | a month ago | | | 0 | 0.0000015188232 |
ABI
ABI objects
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 owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
nonce(address) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
quality(uint256) view returns (uint256)
qualityLimit(uint256) view returns (uint256)
receiptId(uint256) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 _tokenId)
mint(address _to, uint256 _quality, uint256 _receiptId) returns (uint256)
renounceOwnership()
safeMint(address _to, uint256 _quality, uint256 _receiptId, uint256 _deadline, uint8 _v, bytes32 _r, bytes32 _s) returns (uint256)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _baseUri)
setFactory(address _factory)
setVerifier(address _verifier)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Burned(address indexed owner, uint256 indexed tokenId, uint256 indexed quality, uint256 time)
Minted(address indexed to, uint256 indexed tokenId, uint256 indexed quality, uint256 receiptId, uint256 time)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SetFactory(address indexed factory, uint256 indexed time)
SetVerifier(address indexed verifier, uint256 indexed time)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address initialOwner, address _verifier)
This contract contains no fallback and receive objects.
ERC721EnumerableForbiddenBatchMint()
ERC721IncorrectOwner(address sender, uint256 tokenId, address owner)
ERC721InsufficientApproval(address operator, uint256 tokenId)
ERC721InvalidApprover(address approver)
ERC721InvalidOperator(address operator)
ERC721InvalidOwner(address owner)
ERC721InvalidReceiver(address receiver)
ERC721InvalidSender(address sender)
ERC721NonexistentToken(uint256 tokenId)
ERC721OutOfBoundsIndex(address owner, uint256 index)
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)