Lootlang
Verified contract
Active on
Ethereum with 1,624 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 18 additional slots
Balances ($0.00)
No balances found for "Lootlang"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20662862 | 2 months ago | | | 0 | 0.000086069616 | |
| 20505869 | 3 months ago | | | 0 | 0.00014759015 | |
| 20405857 | 3 months ago | | | 0 | 0.000058596428 | |
| 19411160 | 8 months ago | | | 0 | 0.0016905528 | |
| 19080745 | 9 months ago | | | 0 | 0.00050231751 | |
| 18878417 | 10 months ago | | | 0 | 0.0018891059 | |
| 18292664 | a year ago | | | 0 | 0.00030446760 | |
| 18005510 | a year ago | | | 0 | 0.00031200836 | |
| 17607199 | a year ago | | | 0 | 0.0011333168 | |
| 17561661 | a year ago | | | 0 | 0.00032238992 |
ABI
ABI objects
Getter at block 21078742
contractBalance() view returns (uint256)
0
contractURI() view returns (string)
https://lootlang.com/metadata.json
enabled() view returns (uint256)
0
freezeBlock() view returns (uint256)
13487654
name() view returns (string)
Lootlang
owner() view returns (address)
0xbb12a6c5d71a6192417ab3552337daaac086335f
symbol() view returns (string)
LANG
totalSupply() view returns (uint256)
1348
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)
claim(bytes32[] proof)
mint() payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setContractURI(string _contractURIstring)
setEnable(uint256 _enabled)
setFreezeBlock(uint256 _newFreezeBlockNumber)
setRoot(bytes32 _newRoot)
shuffle(uint256 _tokenId, uint256 one, uint256 two, uint256 three, uint256 four, uint256 five, uint256 six, uint256 seven, uint256 eight)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawFunds(address _to, uint256 _amount)
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)
Shuffled(uint256 tokenId)
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.