Lockdown Lemmings
Verified contract
Active on
Ethereum with 8,885 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Lockdown Lemmings"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21154062 | a day ago | | | 0 | 0.00052414702 | |
| 21152562 | a day ago | | | 0 | 0.00039912150 | |
| 20890682 | a month ago | | | 0 | 0.00030069653 | |
| 20721543 | 2 months ago | | | 0 | 0.00021614164 | |
| 20721543 | 2 months ago | | | 0 | 0.00021575288 | |
| 20650453 | 2 months ago | | | 0 | 0.000055744240 | |
| 20598760 | 3 months ago | | | 0 | 0.000029487082 | |
| 20450311 | 3 months ago | | | 0 | 0.00017870238 | |
| 20389279 | 4 months ago | | | 0 | 0.00012031455 | |
| 20368170 | 4 months ago | | | 0 | 0.00026211196 |
ABI
ABI objects
Getter at block 21161888
name() view returns (string)
Lockdown Lemmings
owner() view returns (address)
0x1ac5d71eae3cb11274d881aec959a365fc6978c7
paused() view returns (bool)
false
symbol() view returns (string)
LEM
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)
buyLemmings(uint256 tokensNumber) payable
directMint(address to, uint256 tokenId)
pause()
renounceOwnership()
safeMint(address to)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURIPrefix)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
withdraw()
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)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.