COSS Fee Token
Verified contract
Active on
Ethereum with 2,988 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 |
---|---|---|---|---|---|
MYOU | ERC-20 | 0.1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 8317380 | 5 years ago | | | 0 | 0.000024196000 | |
| 8317380 | 5 years ago | | | 0 | 0.000022308000 | |
| 8317313 | 5 years ago | | | 0 | 0.00016788600 | |
| 8314614 | 5 years ago | | | 0 | 0.000044616000 | |
| 8314589 | 5 years ago | | | 0 | 0.000044616000 | |
| 8314589 | 5 years ago | | | 0 | 0.000044616000 | |
| 8314589 | 5 years ago | | | 0 | 0.000044488000 | |
| 8314589 | 5 years ago | | | 0 | 0.000044616000 | |
| 8314589 | 5 years ago | | | 0 | 0.000044616000 | |
| 8314589 | 5 years ago | | | 0 | 0.000044616000 |
ABI
ABI objects
Getter at block 21160069
decimals() view returns (uint8)
18
name() view returns (string)
COSS Fee Token
symbol() view returns (string)
CFT
totalSupply() view returns (uint256)
60000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address owner) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
burn(uint256 _value) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
emergencyERC20drain(address token, uint256 value)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
sendBatchCS(address[] _recipients, uint256[] _values) returns (bool)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address burner, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.