NFT

Verified contract

Implementation

Active on Ethereum with 0 txns
Deployed by via 0x4026dbad at 16163697
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 42 additional slots
-
variable spans 49 additional slots
-
variable spans 43 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
19 additional variables

No balances found for "NFT"

No transactions found for "NFT"


Functions
Getter at block 21247827
contractURI(view returns (string)
getBaseTokenURI(view returns (string)
getClaimValue(view returns (uint256)
0
 
getOwner(view returns (address)
isClaimAllowed(view returns (bool)
false
isPublicClaimAllowed(view returns (bool)
false
name(view returns (string)
 
owner(view returns (address)
proxiableUUID(view returns (bytes32)
0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc
symbol(view returns (string)
totalReleased(view returns (uint256)
0
totalShares(view returns (uint256)
0
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
getEditionTokenCounter(uint8 editionview returns (uint256)
isApprovedForAll(address owneraddress operatorview returns (bool)
isDiscountClaimAllowed(bytes32[] discountProofuint256 claimValueview returns (bool)
isWhitelistClaimAllowed(bytes32[] whitelistproofview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
payee(uint256 indexview returns (address)
releasable(address accountview returns (uint256)
releasable(address tokenaddress accountview returns (uint256)
released(address accountview returns (uint256)
released(address tokenaddress accountview returns (uint256)
shares(address accountview returns (uint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
totalReleased(address tokenview returns (uint256)
State-modifying
approve(address operatoruint256 tokenId
discountPublicClaim(uint8 editionuint8 sizebytes32[] discountProofuint256 claimValuepayable returns (uint256 tokenId)
discountWhitelistClaim(uint8 editionuint8 sizebytes32[] whitelistProofbytes32[] discountProofuint256 claimValuepayable returns (uint256 tokenId)
freeClaim(uint8 editionuint8 sizereturns (uint256 tokenId)
initialize(address aclContractstring namestring symbolstring baseUristring collectionUriuint256 maxEditionTokensuint256 claimValuebytes32 whitelistMerkleRootbytes32 discountMerkleRootaddress[] payeesuint256[] shares
mint(address toreturns (uint256 tokenId)
publicClaim(uint8 editionuint8 sizepayable returns (uint256 tokenId)
redeem(uint256 tokenIdaddress ownerreturns (uint256 newTokenId)
release(address account
release(address tokenaddress account
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setApprovalForAll(address operatorbool approved
setBaseTokenURI(string baseURI
setClaimValue(uint256 claimValue
setCollectionURI(string collectionURI
setDiscountMerkleRoot(bytes32 discountMerkleRoot
setWhitelistMerkleRoot(bytes32 whitelistMerkleRoot
toggleClaim(
togglePublicClaim(
transferFrom(address fromaddress touint256 tokenId
upgradeTo(address newImplementation
upgradeToAndCall(address newImplementationbytes datapayable 
whitelistClaim(uint8 editionuint8 sizebytes32[] whitelistproofpayable returns (uint256 tokenId)
Events
AdminChanged(address previousAdminaddress newAdmin
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
BaseURIChanged(string baseUri
BeaconUpgraded(address indexed beacon
ClaimChanged(bool claimAllowed
ClaimValueChanged(uint256 claimValue
CollectionURIChanged(string collectionUri
DiscountMerkleRootChanged(bytes32 discountMerkleRoot
ERC20PaymentReleased(address indexed tokenaddress touint256 amount
Initialized(uint8 version
PayeeAdded(address accountuint256 shares
PaymentReceived(address fromuint256 amount
PaymentReleased(address touint256 amount
PermanentURI(string _valueuint256 indexed _id
PublicClaimChanged(bool publicClaim
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Upgraded(address indexed implementation
WhitelistMerkleRootChanged(bytes32 whitelistMerkleRoot
Constructor
constructor(
Fallback and receive
receive(
Errors
ACLAddressIsNotContract(
ACLContractIsZeroAddress(
ClaimingNotAllowed(
DiscountClaimingNotAllowed(
InvalidClaimValue(uint256 value
MaxEditionSupplyReached(uint8 editionuint256 supply
NotApprovedOrOwner(address owner
OperatorNotAllowed(address operator
PublicClaimingNotAllowed(
WhitelistClaimingNotAllowed(