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 |
---|---|---|---|---|---|
SHOVEL | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21151523 | 5 days ago | | | 0 | 0.00074726348 | |
| 20510960 | 3 months ago | | | 0 | 0.000073250359 | |
| 20510903 | 3 months ago | | | 0 | 0.000050019147 | |
| 20510900 | 3 months ago | | | 0 | 0.000048108660 | |
| 19729155 | 7 months ago | | | 0 | 0.00060470109 | |
| 19675949 | 7 months ago | | | 0 | 0.00097806130 | |
| 19616795 | 7 months ago | | | 0 | 0.0012720611 | |
| 19223655 | 9 months ago | | | 0 | 0.00048498918 | |
| 18908005 | 10 months ago | | | 0 | 0.00091074239 | |
| 18907790 | 10 months ago | | | 0 | 0.0011358401 |
ABI
ABI objects
Getter at block 21184432
MAX_NFT_SUPPLY() view returns (uint256)
5000
MAX_PURCHASABLE() view returns (uint256)
30
PROVENANCE_HASH() view returns (string)
SHOVEL_PRICE() view returns (uint256)
30000000000000000
name() view returns (string)
Shovel
owner() view returns (address)
0x2c61531ae35c1b4cc2a59a7afee862a1673d4e5b
saleStarted() view returns (bool)
true
symbol() view returns (string)
SHOVEL
totalSupply() view returns (uint256)
5000
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getTokenURI(uint256 tokenId) view returns (string)
isApprovedForAll(address owner, address operator) view returns (bool)
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)
mint(uint256 amountToMint) payable
pauseSale()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setProvenanceHash(string _hash)
startSale()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw() payable
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.