VistaPepe
Verified contract
Active on
Ethereum with 208 txns
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 "VistaPepe"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21157413 | 2 hours ago | | | 0 | 0.00082152726 | |
| 21101048 | 8 days ago | | | 0 | 0.00081117888 | |
| 21098611 | 8 days ago | | | 0 | 0.00017601146 | |
| 21098609 | 8 days ago | | | 0 | 0.00028501291 | |
| 21098388 | 8 days ago | | | 0 | 0.00020207474 | |
| 21098229 | 8 days ago | | | 0 | 0.00015093059 | |
| 21095979 | 9 days ago | | | 0 | 0.00029847139 | |
| 21093512 | 9 days ago | | | 0 | 0.00062960891 | |
| 21093093 | 9 days ago | | | 0 | 0.00076764305 | |
| 21090853 | 9 days ago | | | 0 | 0.00029026514 |
ABI
ABI objects
Getter at block 21157909
decimals() view returns (uint8)
18
name() view returns (string)
VistaPepe
symbol() view returns (string)
VistaPepe
totalSupply() view returns (uint256)
1000000000000000000000000
vistaOnly() view returns (bool)
true
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name, string ticker, uint256 supply, bool vistaOnly)
This contract contains no fallback and receive objects.
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)