Loogies
Verified contract
Active on
Ethereum with 2,320 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($0.00)
No balances found for "Loogies"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20417008 | 4 months ago | | | 0 | 0.000042375722 | |
| 20320044 | 4 months ago | | | 0 | 0.00036979860 | |
| 20044217 | 5 months ago | | | 0 | 0.00074181842 | |
| 19855777 | 6 months ago | | | 0 | 0.00039879662 | |
| 19099275 | 10 months ago | | | 0 | 0.0014336835 | |
| 19098744 | 10 months ago | | | 0 | 0.0024866432 | |
| 19098740 | 10 months ago | | | 0 | 0.0023824890 | |
| 19098738 | 10 months ago | | | 0 | 0.0026851277 | |
| 19098736 | 10 months ago | | | 0 | 0.0026118082 | |
| 19098734 | 10 months ago | | | 0 | 0.0026729052 |
ABI
ABI objects
Getter at block 21222295
baseURI() view returns (string)
name() view returns (string)
Loogies
owner() view returns (address)
0x34aa3f359a9d614239015126635ce7732c18fdf3
symbol() view returns (string)
LOOG
totalSupply() view returns (uint256)
1864
Read-only
balanceOf(address owner) view returns (uint256)
chubbiness(uint256) view returns (uint256)
color(uint256) view returns (bytes3)
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 id) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mintItem() returns (uint256)
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.