LicensetoShredbyBeachParty
Verified contract
Active on
Ethereum with 303 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 "LicensetoShredbyBeachParty"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19105663 | 10 months ago | | | 0 | 0.00060213108 | |
| 18116724 | a year ago | | | 0 | 0.00072205452 | |
| 17440560 | a year ago | | | 0 | 0.00087992741 | |
| 16549071 | 2 years ago | | | 0 | 0.0010001504 | |
| 16430499 | 2 years ago | | | 0 | 0.00083312718 | |
| 16340036 | 2 years ago | | | 0 | 0.00075190816 | |
| 16300327 | 2 years ago | | | 0 | 0.0010307645 | |
| 16014131 | 2 years ago | | | 0 | 0.00081502080 | |
| 15884596 | 2 years ago | | | 0 | 0.0021361401 | |
| 15693807 | 2 years ago | | | 0 | 0.00029924086 |
ABI
ABI objects
Getter at block 21202830
COLLECTION_SIZE() view returns (uint256)
1200
MINT_PRICE() view returns (uint256)
110000000000000000
PRESALE_MINT_PRICE() view returns (uint256)
110000000000000000
TOKENS_PER_PERSON_PUB_LIMIT() view returns (uint256)
2
TOKENS_PER_PERSON_WL_LIMIT() view returns (uint256)
2
TOKENS_PER_TRAN_LIMIT() view returns (uint256)
2
contractURI() pure returns (string)
https://zerocodenft.azurewebsites.net/api/marketplacecollections/dbf58be0-cfb6-41dc-a23b-08da5af8e4d4
merkleRoot() view returns (bytes32)
0xd437dd1fe104a51e082d937c958a90877d9f8d926778b16fe13b165a5129a296
name() view returns (string)
LicensetoShredbyBeachParty
owner() view returns (address)
0x9a6f23a3979b1b98825368138b29e7c3039c9608
saleStatus() view returns (uint8)
0
symbol() view returns (string)
LTSBP
totalSupply() view returns (uint256)
267
Read-only
balanceOf(address owner) view returns (uint256)
calcTotal(uint256 count) 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 airdrop(address to, uint256 count)
approve(address to, uint256 tokenId)
redeem(bytes32[] merkleProof, uint256 count) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURL(string url)
setMerkleRoot(bytes32 root)
setPublicMintPrice(uint256 price)
setSaleStatus(uint8 status)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()