Camper Pass
Verified contract
Proxy
Active on
Ethereum with 84 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 43 additional slots
-
variable spans 48 additional slots
Balances ($0.00)
No balances found for "Camper Pass"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18154127 | a year ago | | | 0 | 0.00055617361 | |
| 16864852 | 2 years ago | | | 0 | 0.0012255276 | |
| 16630647 | 2 years ago | | | 0 | 0.0025507609 | |
| 16515781 | 2 years ago | | | 0 | 0.0015549275 | |
| 16395435 | 2 years ago | | | 0 | 0.0018304354 | |
| 16395435 | 2 years ago | | | 0 | 0.0018304354 | |
| 16395435 | 2 years ago | | | 0 | 0.0018305044 | |
| 16197829 | 2 years ago | | | 0 | 0.0033713140 | |
| 16177430 | 2 years ago | | | 0 | 0.0030593803 | |
| 16176842 | 2 years ago | | | 0 | 0.0020044707 |
ABI
ABI objects
Getter at block 21292712
_tokenUri() view returns (string)
ipfs://bafkreidup5q3pecj5oecmuxelgk5fadqmrdt35wr6jbhgnk5i74ountuqm
name() view returns (string)
Camper Pass
owner() view returns (address)
0xf8cba8d7d61efcd2c03f95c7e96272ee5f9fcf0e
symbol() view returns (string)
CAMP
totalSupply() view returns (uint256)
79
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 admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
approve(address operator, uint256 tokenId)
initialize()
renounceOwnership()
safeMint(address to)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setTokenURI(string newTokenUri)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
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)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
OperatorNotAllowed(address operator)