envoverse
Verified contract
Active on
Ethereum with 390 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
9 additional
variables
Balances ($78,761.96)
Native
Value
$78,761.96
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 21.157896 | $3,722.58 |
$78,761.96 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16721764 | 2 years ago | | | 0 | 0.0029150257 | |
| 16513777 | 2 years ago | | | 0 | 0.00083267772 | |
| 16513589 | 2 years ago | | | 0 | 0.00096795913 | |
| 15719718 | 2 years ago | | | 0 | 0.0021383876 | |
| 15666074 | 2 years ago | | | 0 | 0.00025227713 | |
| 15420369 | 2 years ago | | | 0 | 0.00089322209 | |
| 15410997 | 2 years ago | | | 0 | 0.0011780496 | |
| 15410992 | 2 years ago | | | 0 | 0.0014027224 | |
| 15410969 | 2 years ago | | | 0 | 0.0012734749 | |
| 15410961 | 2 years ago | | | 0 | 0.0018191575 |
ABI
ABI objects
Getter at block 21304049
ENVOSAVAIL() view returns (uint256)
9500
MAX_ENVOS() view returns (uint256)
10000
MAX_VIPWA() view returns (uint256)
1
MAX_VIPWAUNLOCK() view returns (uint256)
20
RES_ENVOS() view returns (uint256)
500
VIPMerkleRoot() view returns (bytes32)
0x396850d8331ec44451b6a082772c8b3040e615f5d4301d921e273175aa35c92e
VIP_ENVOS() view returns (uint256)
555
baseExtension() view returns (string)
.json
baseTokenURI() view returns (string)
https://envoverse.com/envo.php/envo/
contractCreator() view returns (address)
0x195e710e75c8465af635130fc6079201047975e8
currentDonation() view returns (uint256)
220000000000000000
endDate() view returns (uint256)
1666668666
endDonation() view returns (uint256)
196000000000000000
isActive() view returns (bool)
true
name() view returns (string)
envoverse
owner() view returns (address)
0x195e710e75c8465af635130fc6079201047975e8
restingDonation() view returns (uint256)
3000000000000000000
showBCtime() view returns (uint256)
1733012591
showCurrentDonation() view returns (uint256)
3000000000000000000
showVIPproof() view returns (bytes32[])
[0x7f62d0f6b620707b1e14500b0034391273d9b60702603721fb4dc4b8059a0df1, 0x2b8d06e4a39be938133b80e2f0723aec0bbcc9dfac747422d7ae261355394275, 0x2a21877b7880312d1b86ecf5d70054401a3f692faad62de7d392058231da3dba, 0xf881e65ff3605b6be0f72d523633881922bf753440925080a0b43d5d309a449e, 0xe7b6cf9ed7b413fce9b72f34c009123a04b3af419eaebfa1c59c4301868b3abc, 0x6de5a2127adec793e2a844e8e45a8a3f5e0aa5a1a95a64af3912a377b911d91d, 0x599fc9bfa8a60e4dc70f7e7ec72f05370be544604ef07d2f9dffd34f6f39b927, 0x9abe8ad1f513b74257449d77167847eac1be09b0f929db54960b55f2fac25520, 0xf1899d733455f8d48d0363153a491c6e8267481123feb5a1e6ebf0353ae04543, 0x6024db0150310b5f22f317a40a53943b859831d5b6baef757c637663c4263e25, 0x18071f68efaa69e9c1e76c7177d2803d09759d4bca219559394e5e1e28ed3cd7]
startDate() view returns (uint256)
1666666666
startDonation() view returns (uint256)
3000000000000000000
symbol() view returns (string)
ENVO
totalSupply() view returns (uint256)
333
vipCounter() view returns (uint256)
251
vipDate() view returns (uint256)
1650459600
vipDateUnlock() view returns (uint256)
1646546155
vipDonation() view returns (uint256)
110000000000000000
Read-only
addressMintedBalance(address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
giveRightNumber(uint256 myNumber) pure returns (uint256)
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 VIPmint(bytes32[] merkleArr) payable
approve(address to, uint256 tokenId)
changeReserved(uint256 newTotal)
mint(address _to, uint256 _mintAmount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
setEndDate(uint256 newEndTimestamp)
setEndDonation(uint256 newEndDonation)
setMerkleProof(bytes32[] merkleArr)
setRestingDonation(uint256 newRestingDonation)
setStartDate(uint256 newStartTimestamp)
setStartDonation(uint256 newStartDonation)
setVIPDate(uint256 newVIPTimestamp)
setVIPDonation(uint256 newVIPDonation)
setVIPMerkleRoot(bytes32 merkleRoot)
setVIPUnlockDate(uint256 newVIPTimestamp)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
withdrawAllToAddress(address addr)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
mintedEnvo(uint256 indexed id)
constructor(string _name, string _symbol, string _initBaseURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.