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 "BTC BOT"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21289244 | 4 days ago | | | 0 | 0.00041933286 | |
| 21268025 | 7 days ago | | | 0 | 0.00025471454 | |
| 21267756 | 7 days ago | | | 0 | 0.00020875188 | |
| 21192447 | 17 days ago | | | 0 | 0.0015839252 | |
| 21190975 | 18 days ago | | | 0 | 0.00072752582 | |
| 21185376 | 18 days ago | | | 0 | 0.0072223650 | |
| 21157941 | 22 days ago | | | 0 | 0.0016174152 | |
| 21138679 | 25 days ago | | | 0 | 0.0017916991 | |
| 21138676 | 25 days ago | | | 0 | 0.0018365596 | |
| 21138572 | 25 days ago | | | 0 | 0.0014509625 |
ABI
ABI objects
Getter at block 21317750
name() view returns (string)
BTC BOT
owner() view returns (address)
0x9b731ef6dded77905399f1da35d47ed9593fb9b5
symbol() view returns (string)
BTC_BOT
totalSupply() view returns (uint256)
3648
Read-only
_usedNonces(string) view returns (bool)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
hashTransaction(address sender, uint256 tokenId, string nonce) view returns (bytes32)
isApprovedForAll(address owner, address operator) view returns (bool)
matchSigner(bytes32 hash, bytes signature) 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)
multiMint(uint256[] ids, string[] uris, string nonce, bytes32 hash, bytes signature) payable
renounceOwnership()
safeMint(uint256 tokenId, string uri, string nonce, bytes32 hash, bytes signature) payable
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setSystemAddress()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateTokenURI(uint256 tokenId, string urii)
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.