MetaDrag Alpha Class

Verified contract

Active on Ethereum with 2,963 txns
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
3 additional variables

No balances found for "MetaDrag Alpha Class"

0x80f49008287b99841e94a47992241cb85334f3c3947882b3b334217a0844fec9
0x1c90aa3b2bb5888764353256b141df4a25bbf4af6f418e1524686a8ba9bf79f9
0xf80a87d044e7bb2ba090740e7c0081dd9fca5f9719f3e6db782de0c0e63ecd50
0x0c203d0faf4e59c3c73f8df652a86bc612dfe41970042a56b1bbfb5151f027cf
0x9b0bf0a4f2e2e0f4b0e01306b03676c39b1ea3d07811a93e7ae0cc8f647190f1
0x68c6d41ce4e822babdc275fd363e84ab20491a69d5ac11ddbf754c31ed97db16
0xf1686db3168fbf3703c93f85fb2338c8adfcbfed6933be0bd04d3015e83b89da
0xba425e330d32f3eb8cdcf697ef57a602c8f2e5ded2e65ba981c6cbea8292e591
0x0111a14622c5b0ba73f55e0424c4221031ab7db62a6774d42fe7c986b9720a6d
0xc252849ba89874c7586ff5fb4c6fd520fcaf223874c166087f319ee994afe057

Functions
Getter at block 20854833
claimMerkleRoot(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
mintpassAddress(view returns (address)
0x0000000000000000000000000000000000000000
mintpassId(view returns (uint256)
0
name(view returns (string)
MetaDrag Alpha Class
owner(view returns (address)
0x60c00fef4259bea33088058eea8b0d81ff2188d8
price(view returns (uint256)
150000000000000000
provenance(view returns (string)
2bfe91342e64abba5a982fe1709da79186eec9ddec5fcd3be389f5cae0bbba2c
saleMerkleRoot(view returns (bytes32)
0xed970caac3aa9766f7277eab2130a25d67cbabecc2f9491b9861e67f6f6b1070
symbol(view returns (string)
MDRAG
token(view returns (uint16 maxSupplyuint16 maxPerWalletuint16 maxPerTransactionuint72 preSalePriceuint72 pubSalePricebool preSaleIsActivebool saleIsActivebool claimIsActivebool supplyLockuint8 salePhase)
(maxSupply=2222, maxPerWallet=8, maxPerTransaction=25, preSalePrice=100000000000000000, pubSalePrice=150000000000000000, preSaleIsActive=false, saleIsActive=false, claimIsActive=false, supplyLock=false, salePhase=0)
totalReleased(view returns (uint256)
247050000000000000000
totalShares(view returns (uint256)
100
totalSupply(view returns (uint256)
2222
unclaimedSupply(view returns (uint256)
0
Read-only
balanceOf(address ownerview returns (uint256)
fiatAllowlist(addressview returns (bool)
getApproved(uint256 tokenIdview returns (address)
getClaimIneligibilityReason(address _addressuint256 _quantityview returns (string)
hasClaimed(addressview returns (uint16)
hasMinted(addressview returns (uint16)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
payee(uint256 indexview returns (address)
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
addFiatMinter(address _address
approve(address touint256 tokenId
claimFree(uint16 _maxMintuint16 _quantitybytes32[] _proof
claimTo(address _addressuint256 _quantitypayable 
lockSupply(
mint(uint16 _quantitybytes32[] _proofpayable 
release(address account
release(address tokenaddress account
removeFiatMinter(address _address
renounceOwnership(
reserve(address _addressuint16 _quantity
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseTokenURI(string _uri
setClaimRoot(bytes32 _root
setMintPass(uint256 _idaddress _address
setProvenance(string hash
setSaleRoot(bytes32 _root
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
updateConfig(uint16 _maxSupplyuint16 _maxPerWalletuint16 _maxPerTransactionuint72 _preSalePriceuint72 _pubSalePrice
updateSaleState(bool _preSaleIsActivebool _saleIsActivebool _claimIsActiveuint8 _salePhase
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ERC20PaymentReleased(address indexed tokenaddress touint256 amount
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
PayeeAdded(address accountuint256 shares
PaymentReceived(address fromuint256 amount
PaymentReleased(address touint256 amount
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string _namestring _symbolstring _uriaddress[] _payeesuint256[] _sharesaddress _ownerstruct ERC721AContractToken _token
Fallback and receive
receive(
Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(