Coin98
Verified contract
Active on
Ethereum with 35,164 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($526.94)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
C98 | ERC-20 | 3.083728K | $0.141203 |
$435.43 | |
USDT | ERC-20 | 91.415429 | $1.001 |
$91.51 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21158486 | 3 hours ago | | | 0 | 0.0012495070 | |
| 21158242 | 4 hours ago | | | 0 | 0.00067760479 | |
| 21158128 | 4 hours ago | | | 0 | 0.00095159606 | |
| 21158073 | 5 hours ago | | | 0 | 0.0011351566 | |
| 21158028 | 5 hours ago | | | 0 | 0.0010114434 | |
| 21157979 | 5 hours ago | | | 0 | 0.0015353771 | |
| 21157953 | 5 hours ago | | | 0 | 0.0019208194 | |
| 21157621 | 6 hours ago | | | 0 | 0.00043765393 | |
| 21157621 | 6 hours ago | | | 0 | 0.00078943962 | |
| 21157362 | 7 hours ago | | | 0 | 0.00098249367 |
ABI
ABI objects
Getter at block 21159451
decimals() view returns (uint8)
18
frozen() view returns (bool)
false
name() view returns (string)
Coin98
owner() view returns (address)
0x1db6ad727ae60d7b4dbee81f79c4bcbcff8759f8
symbol() view returns (string)
C98
totalSupply() view returns (uint256)
401527762719990000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events acceptOwnership()
approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
freeze()
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address account, uint256 amount)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unfreeze()
Approval(address indexed owner, address indexed spender, uint256 value)
Frozen(address account)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
Unfrozen(address account)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.