FAQYou

Verified contract

Proxy

Active on Ethereum with 2,963 txns
Deployed by via 0xd5824cce at 17094623
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 47 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots

No balances found for "FAQYou"

0x409558f7e6604d3ad63632773c3ff20edf795f1db5fc5cbd5c08e21e7f0810cc
0x2436ba5d7f6d30f08fa51fd1c7066ee92b95875e26ad2a597431d9ce3fbe7678
0xbf7dc7592c2ed233597a17175a5716817f43813dc4738e32541abe26c2b86ede
0xcd817e3b813cb474d467fa7889445493e9f395c3878bf68d84376e3b2021fd40
0xaceeec4d4bc036c6519110c741f6c42ce27f3503e29ec0303e8b16aa86b3f5b1
0x725c547e30040b8871b9e3f083256223ef63fa685b965da3c124a0d1461a239b
0x54423e7d091b9f7e666666fb6e9c46ae5556bf07059252a89389642b7f4e5b99
0x8e7e7a30381e97b8d68bc8a6c8a71d821e29677159047a7e32bcfa457dde463d
0x1ccb0bd48c64dcdc919f6379e989e228cf54a588ba0bf7ca03b6234b83914a53
0x5882737c2e58d395f7afa202fb5c1269a6b0fa0362a0202cbdd80dd998b1d979

Functions
Getter at block 21331369
getKrunBalance(view returns (uint256)
0
krunAddress(view returns (address)
0x14a47885db4aee4b83d13e281b2013a18aa75ff4
maxMintPerWallet(view returns (uint256)
10
maxSupply(view returns (uint256)
10000
name(view returns (string)
FAQYou
owner(view returns (address)
0x90b16fd1264faae2904b176585ce458982120e78
price(view returns (uint256)
100000000000000000000
publicSale(view returns (bool)
true
root(view returns (bytes32)
0xc9db36838ad8d66cce5be3c5c54b54e6d57c5911515abbb63046f207c825663d
symbol(view returns (string)
FAQ
totalSupply(view returns (uint256)
9965
uriSuffix(view returns (string)
.json
whitelistSale(view returns (bool)
false
Read-only
balanceOf(address ownerview returns (uint256)
explicitOwnershipOf(uint256 tokenIdview returns (struct IERC721AUpgradeableTokenOwnership)
explicitOwnershipsOf(uint256[] tokenIdsview returns (struct IERC721AUpgradeableTokenOwnership[])
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256 _tokenIduint256 _salePriceview returns (addressuint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
tokensOfOwner(address ownerview returns (uint256[])
tokensOfOwnerIn(address owneruint256 startuint256 stopview returns (uint256[])
State-modifying
admin(returns (address admin_)
changeAdmin(address newAdmin
implementation(returns (address implementation_)
upgradeTo(address newImplementation
upgradeToAndCall(address newImplementationbytes datapayable 
approve(address operatoruint256 tokenIdpayable 
burn(uint256 tokenId
initialize(string _uriuint256 _priceaddress _krunAddress
mintOwner(uint256 _mintAmountaddress _receiver
mintPublic(uint256 _mintAmountpayable 
mintWhitelist(bytes32[] proofuint256 allocuint256 amountpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes datapayable 
setApprovalForAll(address operatorbool approved
setBaseURI(string _uri
setDefaultRoyalty(address receiveruint96 feeNumerator
setMaxMintPerWallet(uint256 _maxMintPerWallet
setMerkleRoot(bytes32 _root
setPrice(uint256 _price
setPublicSale(bool _publicSale
setUriSuffix(string _uriSuffix
setWhitelistSale(bool _whitelistSale
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
withdrawAll(
withdrawKrun(
Events
AdminChanged(address previousAdminaddress newAdmin
BeaconUpgraded(address indexed beacon
Upgraded(address indexed implementation
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
Initialized(uint8 version
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(address _logicaddress admin_bytes _data
Fallback and receive
fallback(
receive(
Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
InvalidQueryRange(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OperatorNotAllowed(address operator
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(