Starship BootTroopers
Verified contract
Active on
Ethereum with 281 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 "Starship BootTroopers"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21180772 | 4 days ago | | | 0 | 0.0071313052 | |
| 19345694 | 9 months ago | | | 0 | 0.0018272771 | |
| 18943227 | 10 months ago | | | 0 | 0.00084879340 | |
| 17680335 | a year ago | | | 0 | 0.00083993190 | |
| 17552972 | a year ago | | | 0 | 0.00061633185 | |
| 17072208 | 2 years ago | | | 0 | 0.0015716522 | |
| 15894669 | 2 years ago | | | 0 | 0.00074496023 | |
| 15561261 | 2 years ago | | | 0 | 0.00045127131 | |
| 15541959 | 2 years ago | | | 0 | 0.00055871012 | |
| 15364988 | 2 years ago | | | 0 | 0.0013847362 |
ABI
ABI objects
Getter at block 21209089
name() view returns (string)
Starship BootTroopers
owner() view returns (address)
0x7c4521a66764bffa5f991b0c42a39ce44984dc0e
symbol() view returns (string)
BOOT_nf1
totalSupply() view returns (uint256)
253
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)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
verify(bytes32[] proof, bytes32 root, bytes32 leaf) pure returns (bool)
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
claim(bytes32[] proof)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setRoot(bytes32 root)
setURI(string uri)
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)
constructor(string name, string symbol, string uri)
This contract contains no fallback and receive objects.
This contract contains no error objects.