Final Journey
Verified contract
Active on
Ethereum with 37 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($87.59)
Native
Value
$87.59
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.022 | $3,981.14 |
$87.59 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15763530 | 2 years ago | | | 0.022 | 0.0016119909 | |
| 15747863 | 2 years ago | | | 0 | 0.00064140547 | |
| 15747387 | 2 years ago | | | 0 | 0.00078951386 | |
| 15747369 | 2 years ago | | | 0.0088 | 0.0016897098 | |
| 15747354 | 2 years ago | | | 0 | 0.00080260252 | |
| 15747335 | 2 years ago | | | 0.0132 | 0.0017591491 | |
| 15747322 | 2 years ago | | | 0 | 0.00085360214 | |
| 15747313 | 2 years ago | | | 0.044 | 0.0013193121 | |
| 15747313 | 2 years ago | | | 0 | 0.00069638690 | |
| 15747313 | 2 years ago | | | 0 | 0.00069638690 |
ABI
ABI objects
Getter at block 21411521 getBaseURI() view returns (string) getContractBalance() view returns (uint256) getNotRevealedURL() view returns (string)
airdropReserve() view returns (uint256)
30
getMintNFTPerAddressMax() view returns (uint256)
5
getMintPrice() view returns (uint256)
4400000000000000
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 owner) view returns (uint256)
exists(uint256 tokenId) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events airdrop(uint256 quantity, address recipient) payable
approve(address to, uint256 tokenId)
mint(uint256 quantity) payable
mintForAddress(uint256 quantity, address recipient) payable
renounceOwnership()
reveal()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI_)
setMaxNFTSale(uint256 max_)
setMintPrice(uint256 _newPrice)
setNotRevealedUrl(string unRevealedURI_)
setPaused(bool _pausedState)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw() payable
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()