Typhoon
Verified contract
Active on
Ethereum with 1,785 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 |
---|---|---|---|---|---|
PHOON | ERC-20 | 0.1 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20574216 | 3 months ago | | | 0 | 0.000035438168 | |
| 20572845 | 3 months ago | | | 0 | 0.000024775140 | |
| 20398563 | 3 months ago | | | 0 | 0.00011272527 | |
| 20293655 | 4 months ago | | | 0 | 0.000048688397 | |
| 20259799 | 4 months ago | | | 0 | 0.000035786253 | |
| 20190546 | 4 months ago | | | 0 | 0.00012864712 | |
| 19940587 | 6 months ago | | | 0 | 0.00044164060 | |
| 19852481 | 6 months ago | | | 0 | 0.000092724653 | |
| 19579161 | 7 months ago | | | 0 | 0.00099495898 | |
| 19579138 | 7 months ago | | | 0 | 0.0010234558 |
ABI
ABI objects
Getter at block 21160234
decimals() view returns (uint8)
18
name() view returns (string)
Typhoon
symbol() view returns (string)
PHOON
totalSupply() view returns (uint256)
28155965882551405292263
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isMinter(address account) view returns (bool)
State-modifying
Events addMinter(address account)
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)
mint(address account, uint256 amount) returns (bool)
renounceMinter()
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)
MinterAdded(address indexed account)
MinterRemoved(address indexed account)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint256 initialSupply)
This contract contains no fallback and receive objects.
This contract contains no error objects.