Blocklords Heroes
Verified contract
Active on
Base with 219,101 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
| ERC-20 | 2.4K | -- | -- | |
| ERC-20 | 2.4K | -- | -- | |
OHNO | ERC-20 | 251.412958 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22744050 | an hour ago | | | 0 | 0.0000011974977 | |
| 22744042 | an hour ago | | | 0 | 0.0000011977049 | |
| 22744035 | an hour ago | | | 0 | 0.0000011918313 | |
| 22743491 | an hour ago | | | 0 | 0.0000011318307 | |
| 22743409 | 2 hours ago | | | 0 | 0.0000011015799 | |
| 22742687 | 2 hours ago | | | 0 | 0.0000010925741 | |
| 22742508 | 2 hours ago | | | 0 | 0.0000010306872 | |
| 22742249 | 2 hours ago | | | 0 | 6.9095942e-7 | |
| 22742239 | 2 hours ago | | | 0 | 0.0000010129754 | |
| 22742138 | 2 hours ago | | | 0 | 7.3484688e-7 |
ABI
ABI objects
Getter at block 22746149
name() view returns (string)
Blocklords Heroes
owner() view returns (address)
0x806c0485cfd1919f89a454effda3ef22a38544d6
symbol() view returns (string)
BLHE
totalSupply() view returns (uint256)
1675225
verifier() view returns (address)
0x9f8e636b6c22e6a457c8f535a818ad69914944bc
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)
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 _tokenId) returns (uint256)
renounceOwnership()
safeMint(address _to, uint256 _tokenId, 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 time)
Minted(address indexed to, uint256 indexed tokenId, uint256 indexed 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)