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 "VISTADOG"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20667693 | 2 months ago | | | 0 | 0.000070721945 | |
| 20666730 | 2 months ago | | | 0 | 0.000042539205 | |
| 20663704 | 2 months ago | | | 0 | 0.00049601550 | |
| 20663045 | 2 months ago | | | 0 | 0.00011145943 | |
| 20661248 | 2 months ago | | | 0 | 0.000066121254 | |
| 20661247 | 2 months ago | | | 0 | 0.000065322428 | |
| 20661060 | 2 months ago | | | 0 | 0.000052438770 | |
| 20660929 | 2 months ago | | | 0 | 0.000052574357 | |
| 20660884 | 2 months ago | | | 0 | 0.000056190230 | |
| 20660851 | 2 months ago | | | 0 | 0.000047644201 |
ABI
ABI objects
Getter at block 21206014
FeeAddress() view returns (address)
0x05cb3b0c3293281dedc1e17574dde4b8ea48e3e4
burnFee() view returns (uint256)
0
decimals() view returns (uint256)
18
getTime() view returns (uint256)
1731829463
getUnlockTime() view returns (uint256)
0
name() view returns (string)
VISTADOG
owner() view returns (address)
0x05cb3b0c3293281dedc1e17574dde4b8ea48e3e4
paused() view returns (bool)
false
symbol() view returns (string)
VISTADOG
totalSupply() view returns (uint256)
2100000000000000000000000
txFee() view returns (uint256)
0
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
isExcludedFromFee(address) view returns (bool)
tokenBlacklist(address) view returns (bool)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
blackListAddress(address listAddress, bool isBlackListed)
burn(uint256 _value)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
excludeMultipleAccountsFromFees(address[] accounts, bool excluded)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
lock(uint256 time)
pause()
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
unlock()
unpause()
updateFee(uint256 _txFee, uint256 _burnFee, address _FeeAddress)
waiveOwnership()
Approval(address indexed owner, address indexed spender, uint256 value)
Blacklist(address indexed blackListed, bool value)
Burn(address indexed burner, uint256 value)
Mint(address indexed from, address indexed to, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string _name, string _symbol, uint256 _decimals, uint256 _supply, uint256 _txFee, uint256 _burnFee, address _FeeAddress, address tokenOwner, address service)
This contract contains no fallback and receive objects.
This contract contains no error objects.