EvaverseNFTv2
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
2
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "EvaverseNFTv2"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "EvaverseNFTv2"
ABI
ABI objects
Getter at block 21158770 GetBalance() view returns (uint256) GetBank() view returns (address) GetLogicContract() view returns (address)
GetMaxTokenCount() view returns (uint256)
0
GetPrice() view returns (uint256)
0
IsInitialized() view returns (bool)
false
baseURI() view returns (string)
name() view returns (string)
owner() view returns (address)
0x7047e57ec814585b245aa186d8f671e5c25797ee
paused() view returns (bool)
false
symbol() view returns (string)
totalSupply() view returns (uint256)
0
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events DevMint(address to, uint256 count)
DevRecoverToken(address from, address to, uint256 tokenId)
Initialize()
MintNFT(address to, uint256 count) payable
MintNFT(uint256 count) payable
SendGiftToWinners(uint256 startTokenId, address[] winners)
SetBank(address bank, bool isContract)
SetMaxTokenCount(uint256 newMaxCount)
SetOwner(address newOwner)
SetPause(bool pause)
SetPrice(uint256 newPrice)
WithdrawBalance(address payTo, uint256 amount)
approve(address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string uri)
transferFrom(address from, address to, uint256 tokenId)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed fromAddress, address indexed toAddress)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.