Xtremeverse

Verified contract

Active on Ethereum with 1,908 txns
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 11 additional slots

No balances found for "Xtremeverse"

0xa18da997e64565975da9a3590dadf6ae20e7b1cec66af522d1a0e03eb13c9614
0x58ad25e9cae4a3ac7e1bd0d381ebe7663eeb02075f1201dc4cc4cf65451aa362
0x3845167f01db6d73041179469de2228cde3ca04da7f4e6284cff181ed82db6eb
0xca57e2c786ef49befbc27cbcb6165f8a11cebf7e07768b3fe0c4ad80d0e6a38b
0x2cb37e09786517056c92d6535dd156902752579fad1f0a27c55785f57688de90
0x7f9b7307f65b994e2348fe113599239aa321edeb24ba44021f810413c3d6af19
0x8faff8abcb5928a3072c6fd02f5cf4e09441c1e505634001354814802c837d44
0x2e2ecdcf60409d48ae647bf9565c98613a04376ed1a340ea8fe5793e1974eb54
0x585c345db5816d30674b00ca4ed9bda54d7af60f3a040aad9bb58491c32c8bca
0x48c6781f35575d8c81f728578f908d5a6ca706f337a014840cae587bf40c707e

Functions
Getter at block 21315864
MAX_PER_WALLET(view returns (uint32)
1
MAX_SUPPLY(view returns (uint32)
3000
decimals(pure returns (uint8)
18
gasBurnFactor(view returns (uint32)
0
gasBurnFactorLocked(view returns (bool)
false
mintPrice(view returns (uint96)
60000000000000000
mirrorERC721(view returns (address)
0x000000000002c0b7dfdf4e6a7d53aeb8889b80bf
name(view returns (string)
Xtremeverse
owner(view returns (address result)
0x319a704934271b89f06d916f9266e8aad0d47412
symbol(view returns (string)
XTREME
totalMinted(view returns (uint32)
3000
totalSupply(view returns (uint256)
3000000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address ownerview returns (uint256)
balanceOfNFT(address ownerview returns (uint256)
getSkipNFT(address ownerview returns (bool)
ownedIds(address owneruint256 beginuint256 endview returns (uint256[] result)
ownershipHandoverExpiresAt(address pendingOwnerview returns (uint256 result)
tokenURI(uint256 tokenIdview returns (string result)
State-modifying
approve(address spenderuint256 amountreturns (bool)
batchAirdropMint(address[] addressesuint256 nftAmount
cancelOwnershipHandover(payable 
completeOwnershipHandover(address pendingOwnerpayable 
initialize(address mirror
lockGasBurnFactor(
mint(uint8 mintTypebytes32[] proofpayable 
renounceOwnership(payable 
requestOwnershipHandover(payable 
setAllowlistRoots(bytes32 __gtdAllowlistRootbytes32 __fcfsAllowlistRoot
setBaseURI(string baseURI_
setGasBurnFactor(uint32 gasBurnFactor_
setMintStartTimes(uint256 __gtdStartTimeuint256 __fcfsStartTimeuint256 __publicStartTime
setSkipNFT(bool skipNFTreturns (bool)
transfer(address touint256 amountreturns (bool)
transferFrom(address fromaddress touint256 amountreturns (bool)
transferOwnership(address newOwnerpayable 
withdraw(
Events
Approval(address indexed owneraddress indexed spenderuint256 amount
OwnershipHandoverCanceled(address indexed pendingOwner
OwnershipHandoverRequested(address indexed pendingOwner
OwnershipTransferred(address indexed oldOwneraddress indexed newOwner
SkipNFTSet(address indexed targetbool status
Transfer(address indexed fromaddress indexed touint256 amount
Constructor
constructor(
Fallback and receive
fallback(
receive(
Errors
AlreadyInitialized(
ApprovalCallerNotOwnerNorApproved(
DNAlreadyInitialized(
FnSelectorNotRecognized(
InsufficientAllowance(
InsufficientBalance(
InvalidMint(
InvalidPrice(
InvalidProof(
LinkMirrorContractFailed(
Locked(
MirrorAddressIsZero(
NewOwnerIsZeroAddress(
NoHandoverRequest(
NotLive(
SenderNotMirror(
TokenDoesNotExist(
TotalSupplyOverflow(
TotalSupplyReached(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToZeroAddress(
Unauthorized(
UnitIsZero(