FASHIONCRYPTO_Genesis
Verified contract
Active on
Ethereum with 520 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($3,732.06)
Native
Value
$3,732.06
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 1.2 | $3,110.05 |
$3,732.06 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18353109 | a year ago | | | 0 | 0.00027611476 | |
| 17336719 | a year ago | | | 0 | 0.0023695278 | |
| 16922604 | 2 years ago | | | 0 | 0.00047810671 | |
| 16847651 | 2 years ago | | | 0 | 0.0015822079 | |
| 16847649 | 2 years ago | | | 0 | 0.0015281074 | |
| 16847649 | 2 years ago | | | 0 | 0.0015281074 | |
| 16847649 | 2 years ago | | | 0 | 0.0015570963 | |
| 16847646 | 2 years ago | | | 0 | 0.0015953491 | |
| 16847645 | 2 years ago | | | 0 | 0.0016386287 | |
| 16847643 | 2 years ago | | | 0 | 0.0016337339 |
ABI
ABI objects
Getter at block 21213973 fetchUsedTokenId() view returns (uint256[]) fetchwhitelistedAddressesOne() view returns (address[]) fetchwhitelistedAddressesTwo() view returns (address[])
availableTokenCount() view returns (uint256)
9396
baseURI() view returns (string)
https://fashioncrypto.io/data/fashion/json/
batchMintMaxAmount() view returns (uint8)
5
blnSale() view returns (bool)
false
blnWhitelisted() view returns (bool)
false
cost() view returns (uint256)
50000000000000000
endIndex() view returns (uint256)
8950
name() view returns (string)
FASHIONCRYPTO_Genesis
owner() view returns (address)
0xcff635d73f4cd7c4005cfc3fe7cc01bb60f42fdd
ownerAddress() view returns (address)
0xcff635d73f4cd7c4005cfc3fe7cc01bb60f42fdd
startIndex() view returns (uint256)
50
symbol() view returns (string)
FCG
tokenCount() view returns (uint256)
603
totalSupply() view returns (uint256)
9999
whiteOneMax() view returns (uint8)
10
whiteTwoMax() view returns (uint8)
1
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)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256[] tokenId) payable
mintOwner(uint256[] tokenId)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateBatchMintMaxAmount(uint8 maxParam)
updateCost(uint256 costParam)
updateEndindex(uint256 endIndexParam)
updateSale(bool saleParam)
updateStartindex(uint256 startIndexParam)
updateWhiteOneMax(uint8 whiteOneParam)
updateWhiteTwoMax(uint8 whiteTwoParam)
updateWhitelisted(bool whitelistedParam)
updatebaseURI(string baseURIParam)
updateownerAddress(address addressParam)
updatewhitelistedAddressesOne(address addressParam)
updatewhitelistedAddressesTwo(address addressParam)
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)
SupplyChanged(uint256 indexed supply)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.