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 "Fly-Tops"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19366483 | 9 months ago | | | 0 | 0.0037373748 | |
| 19106696 | 10 months ago | | | 0 | 0.00062316663 | |
| 19032044 | a year ago | | | 0 | 0.00083784932 | |
| 18256251 | a year ago | | | 0 | 0.00042207503 | |
| 17487915 | a year ago | | | 0 | 0.00090703825 | |
| 16674190 | 2 years ago | | | 0 | 0.0019448588 | |
| 16207163 | 2 years ago | | | 0 | 0.00059875818 | |
| 16072088 | 2 years ago | | | 0 | 0.00066493013 | |
| 15921439 | 2 years ago | | | 0 | 0.00065711991 | |
| 15850224 | 2 years ago | | | 0 | 0.00042668920 |
ABI
ABI objects
Getter at block 21328810
_TOTALSUPPLY() view returns (uint256)
999
_baseURI() view returns (string)
https://movonox.s3.us-east-2.amazonaws.com/
isPaused() view returns (bool)
true
maxQuantity() view returns (uint256)
10
name() view returns (string)
Fly-Tops
nextTokenId() view returns (uint256)
701
owner() view returns (address)
0x1a255846045b5a844f15455cbf5da2c9ad628ca3
price() view returns (uint256)
80000000000000000
reserve() view returns (uint256)
0
symbol() view returns (string)
MVX1
totalSupply() view returns (uint256)
700
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)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
flipPauseStatus()
mint(uint256 chosenAmount) payable
mintReserveForOthers(address walletAddress, uint256 quantity)
mintReserveForOwner(uint256 quantity)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setMaxQtPerTx(uint256 _quantity)
setPrice(uint256 _newPrice)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
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(string baseURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.