Pup's
Unverified contract
Proxy
Active on
Ethereum with 44 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
9 additional
variables
Balances ($0.00)
No balances found for "Pup's"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20659766 | 3 months ago | | | 0 | 0.00011002786 | |
| 20653671 | 3 months ago | | | 0 | 0.000032500552 | |
| 20653671 | 3 months ago | | | 0 | 0.000049639241 | |
| 20653639 | 3 months ago | | | 0 | 0.00034459717 | |
| 20653599 | 3 months ago | | | 0 | 0.00012288472 | |
| 20653556 | 3 months ago | | | 0 | 0.000076451683 | |
| 20653270 | 3 months ago | | | 0 | 0.00022149196 | |
| 20653257 | 3 months ago | | | 0 | 0.00018954645 | |
| 20653250 | 3 months ago | | | 0 | 0.00010055206 | |
| 20653246 | 3 months ago | | | 0 | 0.000097860178 |
ABI
ABI objects
Getter at block 21378078
CONTRACT_VERSION() view returns (uint8)
2
MAX_WALLET_MINTS() view returns (uint256)
3
PRICE() view returns (uint256)
4000000000000000
PROVIDER_FEE() view returns (uint256)
777000000000000
_baseTokenExtension() view returns (string)
.json
_baseTokenURI() view returns (string)
ipfs://QmcjRUwU9CeFnZQR1Yid8o2UowJTfLd2WGZ4MHRFxphszi/
_contractURI() view returns (string)
https://metadata.mintplex.xyz/7FR0u3X4gdKF8dvtTo39/contract-metadata
baseTokenURI() view returns (string)
ipfs://QmcjRUwU9CeFnZQR1Yid8o2UowJTfLd2WGZ4MHRFxphszi/
collectionSize() view returns (uint256)
1000
contractURI() view returns (string)
https://metadata.mintplex.xyz/7FR0u3X4gdKF8dvtTo39/contract-metadata
currentTokenId() view returns (uint256)
275
erc20Payable() view returns (address)
0x9888b747efe26309dfef76fa78bd7156cd0ece62
getNextTokenId() view returns (uint256)
276
maxBatchSize() view returns (uint256)
20
merkleRoot() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
mintingOpen() view returns (bool)
true
name() view returns (string)
Pup's
nextOwnerToExplicitlySet() view returns (uint256)
0
onlyAllowlistMode() view returns (bool)
false
onlyERC20MintingMode() view returns (bool)
false
owner() view returns (address)
0x9888b747efe26309dfef76fa78bd7156cd0ece62
payableAddressCount() view returns (uint256)
2
strictPricing() view returns (bool)
false
symbol() view returns (string)
TPUPS
totalSupply() view returns (uint256)
275
Read-only
balanceOf(address owner) view returns (uint256)
canMintAmount(address _address, uint256 _amount) view returns (bool)
chargeAmountForERC20(address _erc20TokenContract) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getPrice(uint256 _count) view returns (uint256)
inTeam(address _address) view returns (bool)
isAllowlisted(address _to, bytes32[] _merkleProof) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
isApprovedForERC20Payments(address _erc20TokenContract) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
payableAddresses(uint256) view returns (address)
payableFees(uint256) view returns (uint256)
restrictedApprovalAddresses(address) view returns (bool)
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 addOrUpdateERC20ContractAsPayment(address _erc20TokenContract, bool _isActive, uint256 _chargeAmountInTokens)
addToTeam(address _address)
approve(address to, uint256 tokenId)
closeAllowlistMint()
disableAllowlistOnlyMode()
disableERC20ContractAsPayment(address _erc20TokenContract)
disableERC20OnlyMinting()
enableAllowlistOnlyMode()
enableERC20ContractAsPayment(address _erc20TokenContract)
enableERC20OnlyMinting()
initialize(address _owner, address[] _payables, uint256[] _payouts, string tokenName, string tokenSymbol, string[2] uris, uint256[2] _collectionSettings, uint256[2] _settings)
mintToAdminV2(address _to, uint256 _qty)
mintToMultiple(address _to, uint256 _amount) payable
mintToMultipleAL(address _to, uint256 _amount, bytes32[] _merkleProof) payable
mintToMultipleERC20(address _to, uint256 _amount, address _erc20TokenContract) payable
mintToMultipleERC20AL(address _to, uint256 _amount, bytes32[] _merkleProof, address _erc20TokenContract) payable
openAllowlistMint()
openMinting()
removeFromTeam(address _address)
renounceOwnership()
resetPayables(address[] _newPayables, uint256[] _newPayouts)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setApprovalRestriction(address _address, bool _isRestricted)
setBaseTokenExtension(string baseExtension)
setBaseURI(string baseURI)
setERC20PayableAddress(address _newErc20Payable)
setMaxMint(uint256 _newMaxMint)
setPrice(uint256 _feeInWei)
setProviderFee(uint256 _fee)
setStrictPricing(bool _newStatus)
setWalletMax(uint256 _newWalletMax)
stopMinting()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateMerkleRoot(bytes32 _newMerkleRoot)
withdrawAll()
withdrawERC20(address _tokenContract, uint256 _amountToWithdraw)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
AddressNotAllowlisted()
AllowlistMintClosed()
CannotBeNullAddress()
CapExceeded()
DuplicateTeamAddress()
ERC20InsufficientAllowance()
ERC20InsufficientBalance()
ERC20TokenNotApproved()
ERC20TransferFailed()
ERC721RestrictedApprovalAddressRestricted()
ExcessiveOwnedMints()
InvalidPayment()
InvalidTeamAddress()
MintZeroQuantity()
NoStateChange()
NotMaintainer()
OnlyERC20MintingEnabled()
OperatorNotAllowed(address operator)
PayablePayoutMisMatch()
PayoutsNot100()
PublicMintClosed()
TransactionCapExceeded()
ValueCannotBeZero()