Balances ($0.00)
No balances found for "CHAI"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 2214322 | a year ago | | | 0 | 0.000039628502 | |
| 2214318 | a year ago | | | 0 | 0.000069478503 | |
| 2213336 | a year ago | | | 0 | 0.000069514503 | |
| 2213306 | a year ago | | | 0 | 0.000069514503 | |
| 2210211 | a year ago | | | 0 | 0.000069515448 | |
| 2199513 | a year ago | | | 0 | 0.000069892503 | |
| 2199003 | a year ago | | | 0 | 0.000043864502 | |
| 2198951 | a year ago | | | 0 | 0.000069514503 | |
| 2198099 | a year ago | | | 0 | 0.000039664502 | |
| 2198064 | a year ago | | | 0 | 0.000069514503 |
ABI
ABI objects
Getter at block 23068258
decimals() view returns (uint8)
18
deployer() view returns (address)
0x32a29b5e8e529c15bea453a280dfedefc15815ad
name() view returns (string)
CHAI
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
CHAI
totalSupply() view returns (uint256)
1000000000000000000000000000
tradingActive() view returns (bool)
true
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events activeTrading()
approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, 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()
This contract contains no fallback and receive objects.
This contract contains no error objects.