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 "BTCLoot"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14213904 | 3 years ago | | | 0 | 0.011845306 | |
| 13942874 | 3 years ago | | | 0 | 0.0043311102 | |
| 13199225 | 3 years ago | | | 0 | 0.0040702817 | |
| 13199169 | 3 years ago | | | 0.04 | 0.0081358600 | |
| 13194851 | 3 years ago | | | 0.2 | 0.018072952 | |
| 13194574 | 3 years ago | | | 0.04 | 0.0096306104 | |
| 13194207 | 3 years ago | | | 0.04 | 0.0085351424 | |
| 13193721 | 3 years ago | | | 0.04 | 0.010326206 | |
| 13193717 | 3 years ago | | | 0.04 | 0.0093291739 | |
| 13193653 | 3 years ago | | | 0.16 | 0.021081863 |
ABI
ABI objects
Getter at block 21222220
baseURI() view returns (string)
https://btcloot.io/nft/
maxBatch() view returns (uint256)
20
name() view returns (string)
BTCLoot
owner() view returns (address)
0xb50e55d260c6f260c9221bc678a895cb3c856e79
price() view returns (uint256)
40000000000000000
started() view returns (bool)
true
symbol() view returns (string)
BTCLOOT
totalCount() view returns (uint256)
1001
totalMinted() view returns (uint256)
33
totalSupply() view returns (uint256)
33
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
purchase(uint256 _times) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newURI)
setNormalStart(bool _start)
setTokenURI(uint256 _tokenId, string _tokenURI)
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)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
mint(address indexed minter, uint256 startWith, uint256 times)
constructor(string name_, string symbol_, string baseURI_)
This contract contains no fallback and receive objects.
This contract contains no error objects.