Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 5 additional slots
Balances ($0.00)
No balances found for "Fuc"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20458570 | 3 months ago | | | 0 | 0.000044324295 | |
| 20280863 | 4 months ago | | | 0 | 0.00023456764 | |
| 18397384 | a year ago | | | 0 | 0.00026948211 | |
| 18297586 | a year ago | | | 0 | 0.00028505944 | |
| 17654935 | a year ago | | | 0 | 0.00054654610 | |
| 17640318 | a year ago | | | 0 | 0.00079808601 | |
| 17590921 | a year ago | | | 0 | 0.0012828243 | |
| 17479878 | a year ago | | | 0 | 0.0015949965 | |
| 17325401 | a year ago | | | 0 | 0.0023557985 | |
| 17273445 | a year ago | | | 0 | 0.0051856693 |
ABI
ABI objects
Getter at block 21159886
OPERATOR_FILTER_REGISTRY() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
baseUri() view returns (string)
https://fortuneunicorn.mypinata.cloud/ipfs/Qmb2FTb9NtJpjEBVVtQn6qQmA1jeieB6gRHvqjhjtmrN4L/
contractURI() view returns (string)
https://fortuneunicorn.mypinata.cloud/ipfs/Qmf2MCnfQ2RYyxcPCdJJYRkHm41ur46ySSMwAACdz2xrtH
count() view returns (uint64)
6235
getPrice() view returns (uint256, uint8)
(50000000000000000, 3)
name() view returns (string)
Fuc
owner() view returns (address)
0xb638e7fdaa54780b6539044feaa1b5b87051520f
paused() view returns (bool)
true
symbol() view returns (string)
Fuc
timeConfig() view returns (uint256 partnerStartTime, uint256 partnerEndTime, uint256 fucthelistStartTime, uint256 fucthelistEndTime, uint256 whitelistStartTime, uint256 whitelistEndTime)
(partnerStartTime=1682906400, partnerEndTime=1682949600, fucthelistStartTime=1682949600, fucthelistEndTime=1682956800, whitelistStartTime=1682956800, whitelistEndTime=1682960400)
totalSupply() view returns (uint256)
1542
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getAux(address owner) view returns (uint64)
isApprovedForAll(address owner, address operator) view returns (bool)
levelStatu(uint8) view returns (bool)
marketPlace(address) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
priceType(uint8) view returns (uint256)
rootType(uint8) view returns (bytes32)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenLimit(uint8) view returns (uint8)
tokenURI(uint256 tokenId) view returns (string)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events SafeMint(uint8 amount, bytes32[] proof) payable
approve(address operator, uint256 tokenId)
changeBaseURI(string baseURI_)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setAllowMarket(address market)
setApprovalForAll(address operator, bool approved)
setLevelStatu(uint8 ltype, bool status)
setPausedStatu()
setPrice(uint256 price, uint8 ptype)
setRoot(bytes32 _root, uint8 rtype)
setTime(uint256 startTime, uint256 endTime, int8 timeType)
setTokenLimit(uint8 _account, uint8 ttype)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawMoney()
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 _tokenName, string _tokenSymbol, string _baseUri, string _contractURI, address _address)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()