Lawless Lemmings
Verified contract
Active on
Ethereum with 763 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x85d3…1625
Balances ($0.00)
No balances found for "Lawless Lemmings"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20368172 | 4 months ago | | | 0 | 0.00025994514 | |
| 19254311 | 9 months ago | | | 0 | 0.00095137995 | |
| 19067711 | 10 months ago | | | 0 | 0.00022557391 | |
| 18394562 | a year ago | | | 0 | 0.00055408924 | |
| 17979456 | a year ago | | | 0 | 0.00070223500 | |
| 17011128 | 2 years ago | | | 0 | 0.00048823682 | |
| 17008388 | 2 years ago | | | 0 | 0.0011095055 | |
| 16656501 | 2 years ago | | | 0 | 0.00068416993 | |
| 16278815 | 2 years ago | | | 0 | 0.00076093527 | |
| 16278793 | 2 years ago | | | 0 | 0.00091234015 |
ABI
ABI objects
Getter at block 21161383 mint() view returns (uint256)
burnAddress() view returns (address)
0x0000000000000000000000000000000000000001
isUpgradePaused() view returns (bool)
false
maxNumberOfUpgradeTokens() view returns (uint256)
763
maxNumberOfUpgradeTokensPerCall() view returns (uint256)
10
name() view returns (string)
Lawless Lemmings
owner() view returns (address)
0x1ac5d71eae3cb11274d881aec959a365fc6978c7
parentToken() view returns (address)
0x85d39cea74b0baba54d7fd0df42dd3e6e39b1625
symbol() view returns (string)
LAW
totalSupply() view returns (uint256)
763
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)
burn(uint256 tokenId)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseUri(string baseUri_)
setBurnAddress(address address_)
setMaxNumberOfUpgradeTokens(uint256 number_)
setMaxNumberOfUpgradeTokensPerCall(uint256 number_)
setUpgradePaused(bool status_)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
upgrade(uint256[] previousTokenIds) returns (uint256[])
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 baseUri_, address parentToken_)
This contract contains no fallback and receive objects.
This contract contains no error objects.