Passengers_Minting_Contract
Verified contract
Proxy
Active on
Ethereum with 5,193 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 48 additional slots
-
variable spans 49 additional slots
6 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BLOCKS | ERC-20 | 100 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21255514 | 4 days ago | | | 0 | 0.00062211329 | |
| 21005907 | a month ago | | | 0 | 0.00057951386 | |
| 20888270 | 2 months ago | | | 0 | 0.00026673077 | |
| 20734785 | 2 months ago | | | 0 | 0.00018026015 | |
| 20733889 | 2 months ago | | | 0 | 0.00023955405 | |
| 20652206 | 3 months ago | | | 0 | 0.000049689081 | |
| 20518772 | 3 months ago | | | 0 | 0.00011959698 | |
| 20341490 | 4 months ago | | | 0 | 0.00086988587 | |
| 20333415 | 4 months ago | | | 0 | 0.00055346496 | |
| 20251741 | 5 months ago | | | 0 | 0.00010218062 |
ABI
ABI objects
Getter at block 21281013
armoryContract() view returns (address)
0x7df0df1d6107895797aee9370f2b1e5b1db75228
baseURI() view returns (string)
https://storage.googleapis.com/media_passengers/metadata/
crateContract() view returns (address)
0x7f4ac7c9f7015178248ad6729523f0d5f628b933
isCompoundable() pure returns (bool)
true
isOperatorFilterRegistryRevoked() view returns (bool)
false
isPaused() view returns (bool)
false
name() view returns (string)
Passengers_Minting_Contract
owner() view returns (address)
0x0ff1f05f6405df77b7bb9edeee227c0c8fc51ed3
symbol() view returns (string)
PASSENGERS
totalSupply() view returns (uint256)
3200
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getHeadOf(address tailAddress, uint256 tailId) view returns (uint256)
getTailAddressByIndex(uint256 headId, uint256 index) view returns (address)
getTailPerAddressByIndex(uint256 headId, address tailAddress, uint256 index) view returns (uint256)
getTailsAddresses(uint256 headId) view returns (address[])
getTailsPerAddressOf(uint256 headId, address tailAddress) view returns (uint256[])
isApprovedForAll(address owner, address operator) view returns (bool)
isContract(address addr) view returns (bool)
isController(address) view returns (bool)
isCrateMinted(uint256 tokenId) view returns (bool)
onERC721Received(address, address, uint256, bytes) pure returns (bytes4)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
topOwnerOf(uint256 tokenId) view returns (address topOwner)
totalTailAddressesOf(uint256 headId) view returns (uint256)
totalTailsPerAddressOf(uint256 headId, address tailAddress) view returns (uint256)
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
addController(address _controller)
approve(address operator, uint256 tokenId)
attach(address[] tailAddresses, uint256[] tailIds, uint256[] headIds)
burn(uint256 _tokenId)
controllerBurn(uint256 _tokenId)
controllerDetachAndBurn(address userAddress, uint256 passengerId, uint256 tsdID)
detach(address[] tailAddresses, uint256[] tailIds, uint256[] headIds)
detachAndBurnTSD(uint256 passengerId, uint256 tsdID)
detachTSD(uint256[] passengerIds)
initialize()
mint(address _to, uint256 _amount)
removeController(address _controller)
renounceOwnership()
revokeOperatorFilterRegistry()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setArmoryContract(address armory)
setBaseURI(string baseURI_)
setCrateAddress(address crateAddress)
toggleCrateMintingStatus(uint256 passengerId)
togglePause()
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)
Attach(address[] indexed tailAddresses, uint256[] indexed tailIds, uint256[] indexed headIds, address tokenOwner)
Detach(address[] indexed tailAddresses, uint256[] indexed tailIds, uint256[] indexed headIds, address tokenOwner)
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()
AlreadyRevoked()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OnlyOwner()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()