Evaverse
Verified contract
Proxy
Active on
Ethereum with 10,590 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
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 "Evaverse"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21282123 | 5 hours ago | | | 0 | 0.00084793519 | |
| 21273571 | a day ago | | | 0 | 0.00070868172 | |
| 21272018 | 2 days ago | | | 0 | 0.00057169432 | |
| 21252432 | 4 days ago | | | 0 | 0.00070286929 | |
| 21248754 | 5 days ago | | | 0 | 0.00058560233 | |
| 21236580 | 7 days ago | | | 0 | 0.0018028322 | |
| 21223876 | 8 days ago | | | 0 | 0.0011370425 | |
| 21223688 | 8 days ago | | | 0 | 0.0015740681 | |
| 21223295 | 8 days ago | | | 0 | 0.0014288609 | |
| 21185515 | 14 days ago | | | 0 | 0.0017183985 |
ABI
ABI objects
Getter at block 21283675 GetLogic() view returns (address) GetBalance() view returns (uint256) GetBank() view returns (address) GetLogicContract() view returns (address)
owner() view returns (address)
0x7047e57ec814585b245aa186d8f671e5c25797ee
GetMaxTokenCount() view returns (uint256)
10000
GetPrice() view returns (uint256)
100000000000000000
IsInitialized() view returns (bool)
true
baseURI() view returns (string)
https://evaverse.com/api/creatures.php?id=
name() view returns (string)
Evaverse
owner() view returns (address)
0x7047e57ec814585b245aa186d8f671e5c25797ee
paused() view returns (bool)
false
symbol() view returns (string)
EVA
totalSupply() view returns (uint256)
10000
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 SetLogic(address delegate)
SetOwner(address newOwner)
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)
constructor(address logicAddress)
fallback()
receive()
This contract contains no error objects.