Bloot Dogg
Verified contract
Active on
Ethereum with 15,181 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
1 additional
variable
Balances ($0.00)
No balances found for "Bloot Dogg"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21239086 | a day ago | | | 0 | 0.00063894605 | |
| 21217691 | 4 days ago | | | 0 | 0.00055408788 | |
| 21189161 | 8 days ago | | | 0 | 0.0012909114 | |
| 21183368 | 9 days ago | | | 0 | 0.0023227897 | |
| 21183096 | 9 days ago | | | 0 | 0.0026362170 | |
| 20650735 | 3 months ago | | | 0 | 0.000053596081 | |
| 20650504 | 3 months ago | | | 0 | 0.000030256038 | |
| 20625859 | 3 months ago | | | 0 | 0.000066401911 | |
| 20579358 | 3 months ago | | | 0 | 0.00013055064 | |
| 20574411 | 3 months ago | | | 0 | 0.000026428518 |
ABI
ABI objects
Getter at block 21248767
lootAddress() view returns (address)
0x4f8730e0b32b04beaa5757e5aea3aef970e5b613
lootContract() view returns (address)
0x4f8730e0b32b04beaa5757e5aea3aef970e5b613
name() view returns (string)
Bloot Dogg
owner() view returns (address)
0x73e7f75ffccec3a2939a58903ebb1a930fcd2e05
symbol() view returns (string)
DOGG
totalSupply() view returns (uint256)
14672
Read-only
balanceOf(address owner) view returns (uint256)
getAccuracy(uint256 tokenId) view returns (string)
getApproved(uint256 tokenId) view returns (address)
getAttack(uint256 tokenId) view returns (string)
getBreed(uint256 tokenId) view returns (string)
getDefense(uint256 tokenId) view returns (string)
getHealth(uint256 tokenId) view returns (string)
getLuck(uint256 tokenId) view returns (string)
getSpeed(uint256 tokenId) view returns (string)
getTag(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 tokenId)
mintWithBloot(uint256 lootId)
multiMint(uint256[] tokenIds)
multiMintWithBloot(uint256[] lootIds)
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)
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.