Xtremeverse
Verified contract
Active on
Ethereum with 1,908 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 11 additional slots
Balances ($0.00)
No balances found for "Xtremeverse"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21309823 | 20 hours ago | | | 0 | 0.00095342409 | |
| 21302028 | 2 days ago | | | 0 | 0.00096215006 | |
| 21293501 | 3 days ago | | | 0 | 0.00062348157 | |
| 21263512 | 7 days ago | | | 0 | 0.00038308272 | |
| 21239678 | 11 days ago | | | 0 | 0.00054847740 | |
| 21239219 | 11 days ago | | | 0 | 0.00065315700 | |
| 21230881 | 12 days ago | | | 0 | 0.00090578313 | |
| 21219506 | 13 days ago | | | 0 | 0.00039699858 | |
| 21215638 | 14 days ago | | | 0 | 0.00099615772 | |
| 21215191 | 14 days ago | | | 0 | 0.00077751949 |
ABI
ABI objects
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 owner, address spender) view returns (uint256)
balanceOf(address owner) view returns (uint256)
balanceOfNFT(address owner) view returns (uint256)
getSkipNFT(address owner) view returns (bool)
ownedIds(address owner, uint256 begin, uint256 end) view returns (uint256[] result)
ownershipHandoverExpiresAt(address pendingOwner) view returns (uint256 result)
tokenURI(uint256 tokenId) view returns (string result)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
batchAirdropMint(address[] addresses, uint256 nftAmount)
cancelOwnershipHandover() payable
completeOwnershipHandover(address pendingOwner) payable
initialize(address mirror)
lockGasBurnFactor()
mint(uint8 mintType, bytes32[] proof) payable
renounceOwnership() payable
requestOwnershipHandover() payable
setAllowlistRoots(bytes32 __gtdAllowlistRoot, bytes32 __fcfsAllowlistRoot)
setBaseURI(string baseURI_)
setGasBurnFactor(uint32 gasBurnFactor_)
setMintStartTimes(uint256 __gtdStartTime, uint256 __fcfsStartTime, uint256 __publicStartTime)
setSkipNFT(bool skipNFT) returns (bool)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner) payable
withdraw()
Approval(address indexed owner, address indexed spender, uint256 amount)
OwnershipHandoverCanceled(address indexed pendingOwner)
OwnershipHandoverRequested(address indexed pendingOwner)
OwnershipTransferred(address indexed oldOwner, address indexed newOwner)
SkipNFTSet(address indexed target, bool status)
Transfer(address indexed from, address indexed to, uint256 amount)
constructor()
fallback()
receive()
AlreadyInitialized()
ApprovalCallerNotOwnerNorApproved()
DNAlreadyInitialized()
FnSelectorNotRecognized()
InsufficientAllowance()
InsufficientBalance()
InvalidMint()
InvalidPrice()
InvalidProof()
LinkMirrorContractFailed()
Locked()
MirrorAddressIsZero()
NewOwnerIsZeroAddress()
NoHandoverRequest()
NotLive()
SenderNotMirror()
TokenDoesNotExist()
TotalSupplyOverflow()
TotalSupplyReached()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToZeroAddress()
Unauthorized()
UnitIsZero()