MxupV1

Verified contract

Implementation

Active on Ethereum with 0 txns
Deployed by via 0x69960ed8 at 16231207
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 49 additional slots
-
variable spans 43 additional slots
-
variable spans 45 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
10 additional variables

No balances found for "MxupV1"

No transactions found for "MxupV1"


Functions
Getter at block 20895156
baseURI(view returns (string)
getBalance(view returns (uint256)
0
getBlockNumber(view returns (uint256)
20895156
isPauseMint(view returns (bool)
false
isWhitelistMint(view returns (bool)
false
limitPerTransaction(view returns (uint256)
0
limitPerWallet(view returns (uint256)
0
masterWallet(view returns (address)
0x0000000000000000000000000000000000000000
maxSupply(view returns (uint256)
0
mintPrice(view returns (uint256)
0
mintRound(view returns (uint256)
0
mintStartBlockNumber(view returns (uint256)
0
name(view returns (string)
owner(view returns (address)
0x0000000000000000000000000000000000000000
paused(view returns (bool)
false
symbol(view returns (string)
totalSupply(view returns (uint256)
0
treeRoot(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
Read-only
addressMintedBalance(uint256addressview returns (uint256)
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address _owneraddress _operatorview returns (bool)
isValidWhitelist(bytes32[] proofbytes32 leafview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 _interfaceIdview returns (bool)
tokenByIndex(uint256 indexview returns (uint256)
tokenOfOwnerByIndex(address owneruint256 indexview returns (uint256)
tokenURI(uint256 _tokenIdview returns (string)
walletOfOwner(address _ownerview returns (uint256[])
State-modifying
__DefaultOperatorFilterer_init(
__OperatorFilterer_init(address subscriptionOrRegistrantToCopybool subscribe
approve(address touint256 tokenId
burn(uint256 _tokenId
initialize(
multipleAirdrop(address[] _touint256[] _mintAmount
multipleBurn(uint256[] _tokenIds
pause(
renounceOwnership(
safeMint(uint256 _mintAmountbytes32[] proofpayable 
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setApprovalForAll(address operatorbool approved
setBaseURI(string _newBaseURI
setLimitPerTransaction(uint256 _limit
setLimitPerWallet(uint256 _limit
setMasterWallet(address _walletAddress
setMaxSupplyAdd(uint256 _addSupply
setMintPrice(uint256 _newPrice
setMintStartBlockNumber(uint256 _mintStartBlockNumber
setNextMintRound(
setPauseMint(bool _state
setTreeRoot(bytes32 _root
setWhitelistMint(bool _state
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
unpause(
withdraw(payable 
Events
Airdrop(address indexed _recipientuint256 indexed _tokenId
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
Burn(address indexed _burneruint256 indexed _tokenId
Initialized(uint8 version
Mint(address indexed _minteruint256 indexed _tokenId
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Paused(address account
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Unpaused(address account
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
OperatorNotAllowed(address operator