MXUP

Verified contract

Proxy

Active on Ethereum with 3,219 txns
Deployed by via 0xf30a67b9 at 16231209
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
14 additional variables

No balances found for "MXUP"

0xee428b55df46eea3270aac485782d549edfcee575e045b2f7bbf56cc59475623
0x578855cf0fafa7dd3a60c5ffca82e284cce4f4b1b7c0d49bc03aabba1b3742a7
0xeced7c569a1e13cd892d4d65bd2f621efffc8d5275fbbbf82387ce0670665301
0xbcb0385519d9cf542c5d75caa17581443fb31bdedf931d95dc5c1ce541d5f698
0x02aa17f58ed8260ffe99b05031043ef279a20f8cde74d9c844467af9bf929d5a
0x5fdafd3ff600927a8b2469ca6add20e3ccd7bbe74c8a2dc927050bfeb73a6bfb
0x5caa486767ff4873539216ae7b8b3eaec3335bfeb1acc56513a7ee9d2842907e
0x0f2e3211c5b9a782a0719c53010e30c4c16ef53d2a6667f6573d65184ed4fb9d
0x7a8acfd70db1f2ec6795db973d69db7b41e29f97e5a0b62a302593e137a77202
0x17212ba97ba06b4690559fabafa1ab43fad045d524a6fd5a3d610931aad32962

Functions
Getter at block 20895156
baseURI(view returns (string)
https://rlsv.mxup.io/nft/mxup-meta/
getBalance(view returns (uint256)
0
getBlockNumber(view returns (uint256)
20895156
isPauseMint(view returns (bool)
false
isWhitelistMint(view returns (bool)
false
limitPerTransaction(view returns (uint256)
50
limitPerWallet(view returns (uint256)
999
masterWallet(view returns (address)
0xbd3a157fe84a2fa4da0c737786d1e90a8d39e198
maxSupply(view returns (uint256)
3193
mintPrice(view returns (uint256)
54600000000000000
mintRound(view returns (uint256)
1
mintStartBlockNumber(view returns (uint256)
18426815
name(view returns (string)
MXUP
owner(view returns (address)
0xcec83e53db543d9ac058b833cb2dc1ee0777791c
paused(view returns (bool)
false
symbol(view returns (string)
MXUP
totalSupply(view returns (uint256)
3016
treeRoot(view returns (bytes32)
0x609b0c6c148d67bc19b1f14e03491df3a21fcad875a0d038ed33fd3d33a345d3
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
admin(returns (address admin_)
changeAdmin(address newAdmin
implementation(returns (address implementation_)
upgradeTo(address newImplementation
upgradeToAndCall(address newImplementationbytes datapayable 
__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
AdminChanged(address previousAdminaddress newAdmin
BeaconUpgraded(address indexed beacon
Upgraded(address indexed implementation
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(address _logicaddress admin_bytes _data
Fallback and receive
fallback(
receive(
Errors
OperatorNotAllowed(address operator