Hotpot Base Token
Verified contract
Active on
Ethereum with 1,929 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SYFI | ERC-20 | 1.181735K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20855606 | a month ago | | | 0 | 0.00015910800 | |
| 20555548 | 3 months ago | | | 0 | 0.000049103445 | |
| 20455796 | 3 months ago | | | 0 | 0.00010036404 | |
| 20197499 | 4 months ago | | | 0 | 0.00014123498 | |
| 19526488 | 7 months ago | | | 0 | 0.0028625542 | |
| 19224424 | 9 months ago | | | 0 | 0.00041141711 | |
| 18867465 | a year ago | | | 0 | 0.00030077213 | |
| 18867448 | a year ago | | | 0 | 0.00029232136 | |
| 17334864 | a year ago | | | 0 | 0.00082079510 | |
| 17333850 | a year ago | | | 0 | 0.0012603240 |
ABI
ABI objects
Getter at block 21161603
decimals() view returns (uint8)
18
name() view returns (string)
Hotpot Base Token
owner() view returns (address)
0xc6635074d5cf8c47585fab0b3ebf15c56fc6af53
symbol() view returns (string)
POT
totalSupply() view returns (uint256)
11285753167323011809334637
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)
mint(address _to, uint256 _amount)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name, string symbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.