Chi Gastoken by 1inch
Verified contract
Implementation
Active on
Ethereum with 134,209 txns
Storage
Map
Table
Raw
Constants and immutables
3
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($547.63)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DIA | ERC-20 | 535.48951 | $0.92743 |
$496.63 | |
USDC | ERC-20 | 50 | $1.00 |
$50 | |
USDT | ERC-20 | 1 | $1.001 |
$1 | |
FLO | ERC-20 | 50K | -- | -- | |
PMR | ERC-20 | 33K | -- | -- | |
CHUA | ERC-20 | 20K | -- | -- | |
MUNCH | ERC-20 | 10K | -- | -- | |
PLBK | ERC-20 | 10K | -- | -- | |
CHI | ERC-20 | 1.691K | -- | -- | |
BTH | ERC-20 | 777 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21146771 | a day ago | | | 0 | 0.00039503900 | |
| 21139915 | 2 days ago | | | 0 | 0.00032059571 | |
| 21135248 | 3 days ago | | | 0 | 0.00040770636 | |
| 21124539 | 5 days ago | | | 0 | 0.00027468054 | |
| 21107018 | 7 days ago | | | 0 | 0.00012494695 | |
| 21107010 | 7 days ago | | | 0 | 0.00012205160 | |
| 21105897 | 7 days ago | | | 0 | 0.000086698021 | |
| 21081356 | 11 days ago | | | 0 | 0.00027271590 | |
| 21062407 | 13 days ago | | | 0 | 0.00015695550 | |
| 21059622 | 14 days ago | | | 0 | 0.00037203459 |
ABI
ABI objects
Getter at block 21157466
decimals() view returns (uint8)
0
name() view returns (string)
Chi Gastoken by 1inch
symbol() view returns (string)
CHI
totalBurned() view returns (uint256)
8384719
totalMinted() view returns (uint256)
10345662
totalSupply() view returns (uint256)
1960943
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
computeAddress2(uint256 salt) view returns (address)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
free(uint256 value) returns (uint256)
freeFrom(address from, uint256 value) returns (uint256)
freeFromUpTo(address from, uint256 value) returns (uint256)
freeUpTo(uint256 value) returns (uint256)
mint(uint256 value)
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)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.