LOWEFFPUNKS
Verified contract
Proxy
Active on
Ethereum with 436 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 "LOWEFFPUNKS"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20810770 | 2 months ago | | | 0 | 0.0012321883 | |
| 20621156 | 3 months ago | | | 0 | 0.00025716563 | |
| 17241371 | 2 years ago | | | 0 | 0.0046539241 | |
| 16998008 | 2 years ago | | | 0 | 0.0014750375 | |
| 16799584 | 2 years ago | | | 0 | 0.0030021520 | |
| 16499431 | 2 years ago | | | 0 | 0.0017749892 | |
| 16210654 | 2 years ago | | | 0 | 0.00061666074 | |
| 15991088 | 2 years ago | | | 0 | 0.00062384189 | |
| 15883944 | 2 years ago | | | 0 | 0.00093156938 | |
| 15686254 | 2 years ago | | | 0 | 0.00039428991 |
ABI
ABI objects
Getter at block 21278010
freeMintLeft() view returns (uint256)
0
name() view returns (string)
LOWEFFPUNKS
owner() view returns (address)
0x526db2bae654a3f2846237401b25a088991f7766
symbol() view returns (string)
LEP
totalSupply() view returns (uint256)
920
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.