svBloot
Verified contract
Active on
Ethereum with 9,838 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
8 additional
variables
Balances ($0.00)
No balances found for "svBloot"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20845384 | a month ago | | | 0 | 0.00037239368 | |
| 20395412 | 3 months ago | | | 0 | 0.000071653146 | |
| 20296514 | 4 months ago | | | 0 | 0.000031806790 | |
| 19817069 | 6 months ago | | | 0 | 0.00018717682 | |
| 19780003 | 6 months ago | | | 0 | 0.00021376177 | |
| 19617679 | 7 months ago | | | 0 | 0.00056794017 | |
| 19308156 | 9 months ago | | | 0 | 0.00070694208 | |
| 19308156 | 9 months ago | | | 0 | 0.00070694208 | |
| 19237920 | 9 months ago | | | 0 | 0.00092119347 | |
| 19116207 | 9 months ago | | | 0 | 0.00085160202 |
ABI
ABI objects
Getter at block 21161314
PUBLIC_MINT_PRICE() view returns (uint256)
15000000000000000
blootAddress() view returns (address)
0x4f8730e0b32b04beaa5757e5aea3aef970e5b613
lootAddress() view returns (address)
0xff9c1b15b16263c61d017ee9f65c50e4ae0113d7
name() view returns (string)
svBloot
owner() view returns (address)
0x1439b4d5a72343b68f12398c649df99d76b2af53
symbol() view returns (string)
SVBLOOT
totalSupply() view returns (uint256)
7953
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getChest(uint256 tokenId) view returns (string)
getFoot(uint256 tokenId) view returns (string)
getHand(uint256 tokenId) view returns (string)
getHead(uint256 tokenId) view returns (string)
getNeck(uint256 tokenId) view returns (string)
getPants(uint256 tokenId) view returns (string)
getRing(uint256 tokenId) view returns (string)
getWeapon(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)
blootOwnerFreeClaim()
lootOwnerFreeClaim()
ownerClaim()
publicClaim() payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawFunds()
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.