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 "Envision"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21300610 | 3 days ago | | | 0 | 0.00052378303 | |
| 21289732 | 5 days ago | | | 0 | 0.00029191000 | |
| 21253071 | 10 days ago | | | 0 | 0.00054402169 | |
| 21212142 | 15 days ago | | | 0 | 0.00049687534 | |
| 21185990 | 19 days ago | | | 0 | 0.0013618346 | |
| 21144839 | 25 days ago | | | 0 | 0.00097034557 | |
| 21133480 | a month ago | | | 0 | 0.00054024064 | |
| 21103996 | a month ago | | | 0 | 0.00022509481 | |
| 21100247 | a month ago | | | 0 | 0.00029973016 | |
| 21018356 | a month ago | | | 0 | 0.00044110092 |
ABI
ABI objects
Getter at block 21322292
_taxBurn() view returns (uint256)
2
_taxLiquidity() view returns (uint256)
5
collectedFees() view returns (uint256)
531768686758897344988346
decimals() view returns (uint8)
18
name() view returns (string)
Envision
owner() view returns (address)
0x57bf66888b66b2c55252dece0a36ed08dd56fe90
symbol() view returns (string)
VIS
teamWallet() view returns (address)
0x57bf66888b66b2c55252dece0a36ed08dd56fe90
toBurnAmount() view returns (uint256)
133381077619747444494314
totalSupply() view returns (uint256)
199438266438271531946332008
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcludedFromFee(address account) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burnCollectedFees()
collectFees()
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
excludeFromFee(address account)
includeInFee(address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateTeamWallet(address _teamWallet)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
excludingAddressFromFee(address account)
feeCollected(address teamWallet, uint256 amount)
includingAddressInFee(address account)
teamWalletChanged(address oldWalletAddress, address newWalletAddress)
constructor(address _teamWallet)
This contract contains no fallback and receive objects.
This contract contains no error objects.