Final Journey

Verified contract

Active on Ethereum with 37 txns
Deployed by via 0xf2737b03 at 15738432
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $87.59
0xb80c3805c831b4930b9cfc93e26888ad777343a92c9a4da0e8b5d6257c25049e
0x5818de614724cdef816950d37ae682ae036d42eb3fd93be573b7f810d6a87281
0x030568a419ac57607a408a2c2314b5a4b81195b8395661fb502b659044225829
0x3b1e4493e268ce753cbf59fc33534b493dfb74508140cedc02fb65585c98c281
0x65b759625012e1da6734a187c80443e7e0d1a04a2a10138a66adbf77123bdd29
0xf2060d0225edc892a67e6481cc1a94db4d6afd5476fd301aebb3f3ae094279b4
0x66f616e4c8e5e6ce4103d7d894d68279d51e53003502020c08a0e474714ec390
0x546a2725e73429cec408e49182038c7849096625e2f625c7e8df7aa40cd3a763
0x26f2ef62e3bb6e315e6bddfe00044b141dcfb24e90e15a349f5243a448b93bd2

Functions
Getter at block 21411521
airdropReserve(view returns (uint256)
30
 
getBaseURI(view returns (string)
 
getContractBalance(view returns (uint256)
getMintNFTPerAddressMax(view returns (uint256)
5
getMintPrice(view returns (uint256)
4400000000000000
 
getNotRevealedURL(view returns (string)
maxNFTSale(view returns (uint256)
5
mintPrice(view returns (uint256)
4400000000000000
name(view returns (string)
Final Journey
owner(view returns (address)
0xf4e2c502613c5cc76e10b72e2d296ec5c619d472
paused(view returns (bool)
false
revealed(view returns (bool)
true
supply(view returns (uint256)
6666
symbol(view returns (string)
FLY
totalMinted(view returns (uint256)
53
totalSupply(view returns (uint256)
53
Read-only
balanceOf(address ownerview returns (uint256)
exists(uint256 tokenIdview returns (bool)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
numberMinted(address ownerview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
airdrop(uint256 quantityaddress recipientpayable 
approve(address touint256 tokenId
mint(uint256 quantitypayable 
mintForAddress(uint256 quantityaddress recipientpayable 
renounceOwnership(
reveal(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI_
setMaxNFTSale(uint256 max_
setMintPrice(uint256 _newPrice
setNotRevealedUrl(string unRevealedURI_
setPaused(bool _pausedState
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(payable 
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
MintedQueryForZeroAddress(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(