PUMA Nitro Collection
Verified contract
Active on
Ethereum with 5,745 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 "PUMA Nitro Collection"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21194432 | 3 days ago | | | 0 | 0.0015945964 | |
| 21194374 | 3 days ago | | | 0 | 0.00076580945 | |
| 21194361 | 3 days ago | | | 0 | 0.0015624899 | |
| 21185462 | 5 days ago | | | 0 | 0.0012781727 | |
| 21167456 | 7 days ago | | | 0 | 0.0011133129 | |
| 21167454 | 7 days ago | | | 0 | 0.0020232808 | |
| 21123867 | 13 days ago | | | 0 | 0.00033508141 | |
| 21106702 | 16 days ago | | | 0 | 0.000077952690 | |
| 21106637 | 16 days ago | | | 0 | 0.00013271430 | |
| 21103070 | 16 days ago | | | 0 | 0.000099109300 |
ABI
ABI objects
Getter at block 21219281
MAX_SUPPLY() view returns (uint256)
4000
NitroPassContract() view returns (address)
0xf51bbb5726513b7005d25f2973309661e5206556
baseURI() view returns (string)
https://storage.googleapis.com/puma-pass-public/public_metadata/
mintCount() view returns (uint256)
0
name() view returns (string)
PUMA Nitro Collection
owner() view returns (address)
0x8fb9f0baefa3265167918af66142bbcd7ffa8099
state() view returns (uint8)
0
symbol() view returns (string)
NITRO
totalSupply() view returns (uint256)
4000
Read-only
balanceOf(address owner) 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)
State-modifying
Events airdrop(address _address, uint256 _quantity)
approve(address to, uint256 tokenId)
mint(address _address, uint256 _quantity)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setNitroPassContract(address _PassContract)
setState(uint8 _state)
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)
NewPumaForeverMinted(address sender, uint256 tokenId)
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()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()