Larry Punks
Verified contract
Active on
Ethereum with 1,983 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
5 additional
variables
Balances ($0.00)
No balances found for "Larry Punks"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20697530 | 2 months ago | | | 0 | 0.00019406706 | |
| 20302234 | 4 months ago | | | 0 | 0.00016304697 | |
| 20182684 | 5 months ago | | | 0 | 0.00025413241 | |
| 19847830 | 6 months ago | | | 0 | 0.00032771378 | |
| 19032820 | 10 months ago | | | 0 | 0.0011331619 | |
| 18908838 | 10 months ago | | | 0 | 0.00069271664 | |
| 18908516 | 10 months ago | | | 0 | 0.00081499740 | |
| 18908515 | 10 months ago | | | 0 | 0.00076724993 | |
| 18908514 | 10 months ago | | | 0 | 0.00069773249 | |
| 18907390 | 10 months ago | | | 0 | 0.00076355754 |
ABI
ABI objects
Getter at block 21169521
FreeMints() view returns (uint256)
168
MaxPerTX() view returns (uint256)
3
OPERATOR_FILTER_REGISTRY() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
SUPPLY() view returns (uint256)
6160
WLActive() view returns (bool)
true
baseURI() view returns (string)
ipfs://QmVhmSsrJG1h1nFGgpLx3p9hQJeEwEHYu9xqp9LYr9GtX1/
costCheck() view returns (uint256)
0
costPublicCheck() view returns (uint256)
0
freePerWL() view returns (uint256)
2
maxPerWL() view returns (uint256)
1
maxPerWallet() view returns (uint256)
40
name() view returns (string)
Larry Punks
owner() view returns (address)
0xf174fde1c29a8fd0fd5e694d7038d92542413729
price() view returns (uint256)
0
publicActive() view returns (bool)
true
publicPrice() view returns (uint256)
0
reservedMints() view returns (uint256)
40
symbol() view returns (string)
LP
totalSupply() view returns (uint256)
6160
totalWLMints() view returns (uint256)
291
whitelistMerkleRoot() view returns (bytes32)
0x0ad0d4bdab9294a2c8f37913d1bea2f813bf2dc6fd1875fb4b63cd5b07c78ef1
Read-only
WLClaims(address) view returns (uint256)
_leaf(address account) pure returns (bytes32)
_verify(bytes32 leaf, bytes32 root, bytes32[] proof) pure returns (bool)
balanceOf(address owner) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721ATokenOwnership[])
freeMints(address) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
mintsInWallet(address) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 tokenId, uint256 salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
State-modifying
Events WlMint(uint256 count, bytes32[] proof) payable
approve(address operator, uint256 tokenId) payable
mint(uint256 count) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes data) payable
setApprovalForAll(address operator, bool approved)
setBaseUri(string _uri)
setCost(uint256 price_)
setMaxPerTX(uint256 count)
setMaxPerWL(uint256 count)
setMerkleRoot(bytes32 root)
setPublicActive()
setPublicCost(uint256 publicPrice_)
setWLActive()
setfreePerWL(uint256 count)
settotWalletWL(uint256 count)
teamMint(uint256 count)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
InvalidQueryRange()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()