Vaporware
Verified contract
Active on
Ethereum with 2,345 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "Vaporware"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21119429 | 13 hours ago | | | 0 | 0.00012045280 | |
| 21096483 | 4 days ago | | | 0 | 0.00014762676 | |
| 21017789 | 15 days ago | | | 0 | 0.00042242803 | |
| 20880736 | a month ago | | | 0 | 0.00030516722 | |
| 20858976 | a month ago | | | 0 | 0.00034577749 | |
| 20672637 | 2 months ago | | | 0 | 0.00017053242 | |
| 20605059 | 2 months ago | | | 0 | 0.000053660160 | |
| 20600989 | 2 months ago | | | 0 | 0.000024951424 | |
| 20594201 | 2 months ago | | | 0 | 0.00012694542 | |
| 20587474 | 2 months ago | | | 0 | 0.000040616310 |
ABI
ABI objects
Getter at block 21123374
decimals() view returns (uint8)
18
name() view returns (string)
Vaporware
symbol() view returns (string)
VAPOR
totalSupply() view returns (uint256)
69420000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name, string symbol, uint8 decimals, uint256 supply, address owner, address feeWallet)
This contract contains no fallback and receive objects.
This contract contains no error objects.