LowestEffortPunks
Verified contract
Proxy
Active on
Ethereum with 448 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
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 "LowestEffortPunks"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14137116 | 3 years ago | | | 0 | 0.0061549163 | |
| 14137090 | 3 years ago | | | 0 | 0.013102307 | |
| 14136601 | 3 years ago | | | 0 | 0.029459935 | |
| 14136594 | 3 years ago | | | 0 | 0.017727736 | |
| 14136587 | 3 years ago | | | 0 | 0.034415456 | |
| 14136390 | 3 years ago | | | 0 | 0.036855079 | |
| 14136308 | 3 years ago | | | 0 | 0.014808986 | |
| 14136094 | 3 years ago | | | 0 | 0.0071033225 | |
| 14136036 | 3 years ago | | | 0 | 0.014843534 | |
| 14135960 | 3 years ago | | | 0 | 0.0057065218 |
ABI
ABI objects
Getter at block 21276405
freeMintLeft() view returns (uint256)
434
name() view returns (string)
LowestEffortPunks
owner() view returns (address)
0x526db2bae654a3f2846237401b25a088991f7766
symbol() view returns (string)
LEP
totalSupply() view returns (uint256)
11
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 advertise(address[] to, uint256[] numMints)
approve(address to, uint256 tokenId)
initialize(address owner_, string name_, string symbol_, uint256 cap_, uint256 freeCap_, uint256 maxPerTx_, uint256 price_)
mint(address to, uint256 numMint) payable
renounceOwnership()
setApprovalForAll(address operator, bool approved)
setBaseURI(string newBaseURI)
setFreeTokenCap(uint256 newCap)
setTokenPrice(uint256 newPrice)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw(address account)
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)
Withdraw(address indexed receiver, uint256 amount)
This contract contains no constructor objects.
receive()
This contract contains no error objects.