SweetPalss
Verified contract
Active on
Ethereum with 1,663 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 "SweetPalss"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20247535 | 5 months ago | | | 0 | 0.000070727493 | |
| 19922292 | 6 months ago | | | 0 | 0.00037640940 | |
| 19594072 | 8 months ago | | | 0 | 0.00048393437 | |
| 19053592 | 10 months ago | | | 0 | 0.00024176080 | |
| 18393284 | a year ago | | | 0 | 0.00076442355 | |
| 18213225 | a year ago | | | 0 | 0.00079147496 | |
| 18191791 | a year ago | | | 0 | 0.00052384878 | |
| 17420327 | a year ago | | | 0 | 0.00046684587 | |
| 17083912 | 2 years ago | | | 0 | 0.0049197822 | |
| 17059143 | 2 years ago | | | 0 | 0.0010566129 |
ABI
ABI objects
Getter at block 21267558
allowListAdoptTime() view returns (uint256)
1650042000
amountForAllowlistOrReserve() view returns (uint256)
198
isDevMint() view returns (bool)
true
maxPerAddress() view returns (uint256)
20
maxPerTx() view returns (uint256)
5
maxSupply() view returns (uint256)
4555
mintPrice() view returns (uint256)
5000000000000000
name() view returns (string)
SweetPalss
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0x0238221e9585a8bb64d616bdf3635478908522c3
publicAdoptTime() view returns (uint256)
1650034680
royaltyAddress() view returns (address)
0x6b88c29caf77a77be1c09cd2123c9ecd2c9cc102
royaltyPercent() view returns (uint256)
5
symbol() view returns (string)
PAL
totalSupply() view returns (uint256)
4555
Read-only
allowlists(address) view returns (bool)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getOwnershipData(uint256 tokenId) view returns (struct ERC721ATokenOwnership)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address _owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 tokenId, uint256 salePrice) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events allowListAdopt(bytes32[] _merkleProof) payable
approve(address to, uint256 tokenId)
publicAdopt(uint256 _num) payable
renounceOwnership()
reserveMint()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setAllowlistRoot(bytes32 _merkleRoot)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setMintPrice(uint256 _mintPrice)
setRoyaltyPercentage(uint256 royaltyPercentage)
setRoyaltyReceiver(address royaltyReceiver)
setSystemAddress(address _systemAddress)
setSystemTime(uint256 _publicAdoptTime, uint256 _allowListAdoptTime)
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(uint256 _maxBatchSize, uint256 _maxSupply, uint256 _mintPrice, address _royaltyAddress, uint256 _royaltyPercent, address _vault)
This contract contains no fallback and receive objects.
This contract contains no error objects.