Nitro Pass by PUMA
Verified contract
Active on
Ethereum with 192 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 "Nitro Pass by PUMA"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15406203 | 2 years ago | | | 0 | 0.00067984632 | |
| 15405224 | 2 years ago | | | 0 | 0.00088741456 | |
| 15405196 | 2 years ago | | | 0 | 0.0010089153 | |
| 15405189 | 2 years ago | | | 0 | 0.00056670826 | |
| 15405185 | 2 years ago | | | 0 | 0.0013163724 | |
| 15405167 | 2 years ago | | | 0 | 0.00075960632 | |
| 15405167 | 2 years ago | | | 0 | 0.00040457760 | |
| 15405157 | 2 years ago | | | 0 | 0.0012644911 | |
| 15405157 | 2 years ago | | | 0 | 0.00051490571 | |
| 15405155 | 2 years ago | | | 0 | 0.00094934301 |
ABI
ABI objects
Getter at block 21214694
CONTRACT_VERSION() view returns (uint8)
2
MAX_WALLET_MINTS() view returns (uint256)
22222
PRICE() view returns (uint256)
0
RAMPPADDRESS() view returns (address)
0xa9dac8f3aedc55d0fe707b86b8a45d246858d2e1
_baseTokenURI() view returns (string)
ipfs://QmSXFgWinByumyEHCkUTdRFeUQvrgHQqCPfshvF8od1BAQ/1.json
baseTokenURI() view returns (string)
ipfs://QmSXFgWinByumyEHCkUTdRFeUQvrgHQqCPfshvF8od1BAQ/1.json
collectionSize() view returns (uint256)
88888
currentTokenId() view returns (uint256)
1693
getNextTokenId() view returns (uint256)
1694
maxBatchSize() view returns (uint256)
20
merkleRoot() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
mintingOpen() view returns (bool)
true
name() view returns (string)
Nitro Pass by PUMA
nextOwnerToExplicitlySet() view returns (uint256)
0
onlyAllowlistMode() view returns (bool)
false
owner() view returns (address)
0xcc7326bce0cbd648a0c453ec8a48653d10b5d801
payableAddressCount() view returns (uint256)
2
symbol() view returns (string)
PUMANITRO
totalSupply() view returns (uint256)
1693
Read-only
balanceOf(address owner) view returns (uint256)
canMintAmount(address _address, uint256 _amount) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
getOwnershipData(uint256 tokenId) view returns (struct ERC721ATokenOwnership)
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)
ownerOf(uint256 tokenId) view returns (address)
payableAddresses(uint256) view returns (address)
payableFees(uint256) view returns (uint256)
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 addToTeam(address _address)
approve(address to, uint256 tokenId)
closeAllowlistMint()
disableAllowlistOnlyMode()
enableAllowlistOnlyMode()
mintTo(address _to) payable
mintToAL(address _to, bytes32[] _merkleProof) payable
mintToAdminV2(address _to, uint256 _qty)
mintToMultiple(address _to, uint256 _amount) payable
mintToMultipleAL(address _to, uint256 _amount, bytes32[] _merkleProof) payable
openAllowlistMint()
openMinting()
removeFromTeam(address _address)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setMaxMint(uint256 _newMaxMint)
setPrice(uint256 _feeInWei)
setRamppAddress(address _newAddress)
setWalletMax(uint256 _newWalletMax)
stopMinting()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateMerkleRoot(bytes32 _newMerkleRoot)
withdrawAll()
withdrawAllERC20(address _tokenContract, uint256 _amount)
withdrawAllRampp()
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.
This contract contains no error objects.