SmokinToken
Verified contract
Active on
Ethereum with 6 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
STN | ERC-20 | 379.065003 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12441822 | 3 years ago | | | 0 | 0.0056341230 | |
| 12441729 | 3 years ago | | | 0 | 0.0025609650 | |
| 12441698 | 3 years ago | | | 0 | 0.0029800320 | |
| 12441693 | 3 years ago | | | 0 | 0.0056806860 | |
| 12441687 | 3 years ago | | | 0 | 0.000046563000 | |
| 12441544 | 3 years ago | | | 0 | 0.0029800320 |
ABI
ABI objects
Getter at block 21102122
decimals() view returns (uint8)
18
generator() pure returns (string)
https://vittominacori.github.io/erc20-generator
name() view returns (string)
SmokinToken
symbol() view returns (string)
STN
totalSupply() view returns (uint256)
42000000000000000000000000000000
version() view returns (string)
v5.0.1
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)
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_, uint256 initialBalance_, address feeReceiver_)
This contract contains no fallback and receive objects.
This contract contains no error objects.