Mutant Musks

Verified contract

Active on Ethereum with 1,260 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 "Mutant Musks"

0x1e10d695b57c122b8c58e71eeab9f3ed95f957157d650ceb52ee17af2830b029
0x3daec3faa6b7e1712c76c1f03c8511f452cbd71946d137b0531135a2b53c7377
0x758ffaed30382082aad7c918786cf9ba5b4f2f8e582e96d6b121e5e8ab9c90b9
0x0f36eb571922a24d122587e61adcf23ff585b9b255ba511df5ad524a30da83ce
0x91b699f0b4fc0bfb745b38a6e0c201feaee6dc1000059a0bba2aca2df678813d
0x99a7526aaffe53647019dedc5f1f58fca58232d417a2ca86561d94668d36b69e
0x27bd3e21f33ee2dda304e504d7e598c8651f1a8dc550b4923a3709852dc11e72
0x1811cf05829867bf55aef7b8a53975899b1fa6ee8c3feee4d7b86a0fb8c74792
0x07093e9d6ddf0b84da876948d059551057fa6630fe55ac25c37d21bd4052ad0c
0x645f76dc4df03d9d53473db9471aa666e1012e37cbcd49be809cee72484fd644

Functions
Getter at block 21388021
claimMerkleRoot(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
mintpassAddress(view returns (address)
0x0000000000000000000000000000000000000000
mintpassId(view returns (uint16)
0
name(view returns (string)
Mutant Musks
owner(view returns (address)
0xb38ce3169b664badf5c3822494cdd8c18dbc737a
price(view returns (uint256)
100000000000000000
saleMerkleRoot(view returns (bytes32)
0x0671e028ca3e54b301719faf6fe45a3c9bf2e63d6442be34e5e7a8e59cf4710b
symbol(view returns (string)
MUSK
token(view returns (uint16 maxSupplyuint16 maxPerWalletuint16 maxPerTransactionuint72 preSalePriceuint72 pubSalePricebool preSaleIsActivebool saleIsActivebool claimIsActivebool supplyLockuint8 salePhase)
(maxSupply=2500, maxPerWallet=2, maxPerTransaction=50, preSalePrice=100000000000000000, pubSalePrice=100000000000000000, preSaleIsActive=false, saleIsActive=true, claimIsActive=false, supplyLock=false, salePhase=0)
totalReleased(view returns (uint256)
70800000000000000000
totalShares(view returns (uint256)
100
totalSupply(view returns (uint256)
1106
unclaimedSupply(view returns (uint256)
1394
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(uint16 _idaddress _address
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(