ALPACADABRAZ 3D
Verified contract
Active on
Ethereum with 27,520 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDTETHER | ERC-20 | 2.220428M | -- | -- | |
PACA 3D | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21225228 | 3 days ago | | | 0 | 0.00051110898 | |
| 21205847 | 6 days ago | | | 0 | 0.00041875921 | |
| 21202128 | 6 days ago | | | 0 | 0.00065168187 | |
| 21163607 | 12 days ago | | | 0 | 0.00033955384 | |
| 21106962 | 20 days ago | | | 0 | 0.00013392336 | |
| 21104686 | 20 days ago | | | 0 | 0.000084885500 | |
| 21095335 | 21 days ago | | | 0 | 0.00042151040 | |
| 21083404 | 23 days ago | | | 0 | 0.00034491680 | |
| 21040669 | a month ago | | | 0 | 0.00024043082 | |
| 20998092 | a month ago | | | 0 | 0.00021624738 |
ABI
ABI objects
Getter at block 21247908
_baseTokenURI() view returns (string)
https://pacaviewer.fra1.cdn.digitaloceanspaces.com/metadata/
freeMintMerkleRoot() view returns (bytes32)
0x13cf36497f99f1c538612ed3114384f85b7e596a6dbc64f240aa68b2c44bf316
maxItems() view returns (uint256)
19969
maxItemsPerPublicMint() view returns (uint256)
10
maxItemsPerTx() view returns (uint256)
50
maxPublicMint() view returns (uint256)
6125
merkleRoot() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
mintPrice() view returns (uint256)
296000000000000000
name() view returns (string)
ALPACADABRAZ 3D
owner() view returns (address)
0xf8346c663ddf9a8b1afdcc3bf53a6a8845b1b55a
publicMinted() view returns (uint256)
6125
recipient() view returns (address)
0xf8346c663ddf9a8b1afdcc3bf53a6a8845b1b55a
startTimestamp() view returns (uint256)
1644678000
symbol() view returns (string)
PACA 3D
totalSupply() view returns (uint256)
19969
whitelistPrice() view returns (uint256)
296000000000000000
Read-only
balanceOf(address owner) view returns (uint256)
freeMintUsed(address) view returns (bool)
freeMintsRemaining(address) 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)
verify(bytes32 root, bytes32 leaf, bytes32[] proof) pure returns (bool)
whitelistRemaining(address) view returns (uint256)
whitelistUsed(address) view returns (bool)
State-modifying
Events approve(address to, uint256 tokenId)
freeMint(uint256 amount, uint256 totalAllocation, bytes32 leaf, bytes32[] proof) payable
ownerMint(uint256 amount)
publicMint(uint256 amount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseTokenURI(string __baseTokenURI)
setFreeMintMerkleRoot(bytes32 _freeMintMerkleRoot)
setMaxPublicMint(uint256 _maxPublicMint)
setMerkleRoot(bytes32 _merkleRoot)
setMintPrice(uint256 _mintPrice)
setRecipient(address _recipient)
setStartTimestamp(uint256 _startTimestamp)
setWhitelistPrice(uint256 _whitelistPrice)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistMint(uint256 amount, uint256 totalAllocation, bytes32 leaf, bytes32[] proof) payable
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Mint(address indexed owner, uint256 indexed tokenId)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address _recipient)
This contract contains no fallback and receive objects.
This contract contains no error objects.