PumaNitroPass
Verified contract
Active on
Ethereum with 7,107 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 "PumaNitroPass"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20052610 | 6 months ago | | | 0 | 0.00011251559 | |
| 19564266 | 8 months ago | | | 0 | 0.00055306625 | |
| 19224054 | 9 months ago | | | 0 | 0.00039404306 | |
| 19169682 | 10 months ago | | | 0 | 0.0010893801 | |
| 18907225 | a year ago | | | 0 | 0.00038236867 | |
| 18618164 | a year ago | | | 0 | 0.00064424320 | |
| 18154220 | a year ago | | | 0 | 0.00016576641 | |
| 18153680 | a year ago | | | 0 | 0.00017175235 | |
| 17009743 | 2 years ago | | | 0 | 0.00055484453 | |
| 16779579 | 2 years ago | | | 0 | 0.00068251516 |
ABI
ABI objects
Getter at block 21269614
MAX_PUBLIC_MINT() view returns (uint256)
1
MAX_SUPPLY() view returns (uint256)
4000
PRICE() view returns (uint256)
200000000000000000
TokenContract() view returns (address)
0xd96463a406e734debd0f3eabf2343bdc7a86ac83
baseURI() view returns (string)
https://puma-blackbox-prod.herokuapp.com/api/pass/
getRemainingSupply() view returns (uint256)
4000
name() view returns (string)
PUMA Nitropass
owner() view returns (address)
0x8fb9f0baefa3265167918af66142bbcd7ffa8099
state() view returns (uint8)
5
symbol() view returns (string)
NPASS
totalSupply() view returns (uint256)
0
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getTokenAmountBurnedByAddress(address _address) view returns (uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenAmountBurnedByAddress(address) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
burnAllNitroPasses()
burnNitroPassAndMintForeverPhysical(uint256[] NitroPassIds)
burnNitroTokenforNitroPass(uint256[] tokenIds) payable
oneHourMint(uint256 _mintAmount) payable
ownerMint(uint256 _amount)
publicMint() payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setForeverContract(address _ForeverContract)
setPhysicalContract(address _PhysicalContract)
setState(uint8 _state)
setTokenContract(address _TokenContract)
setURI(string _newURI)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawMoney()
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()
MintedQueryForZeroAddress()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()