COSBALL Token
Verified contract
Active on
Ethereum with 4,091 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "COSBALL Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15095405 | 2 years ago | | | 0 | 0.0016595435 | |
| 14318532 | 3 years ago | | | 0 | 0.0018806110 | |
| 12437475 | 3 years ago | | | 0 | 0.0061183170 | |
| 11750905 | 4 years ago | | | 0 | 0.0063814620 | |
| 11672410 | 4 years ago | | | 0 | 0.0058158450 | |
| 11653018 | 4 years ago | | | 0 | 0.0052086330 | |
| 11652863 | 4 years ago | | | 0 | 0.0060927900 | |
| 11611868 | 4 years ago | | | 0 | 0.020609172 | |
| 11538671 | 4 years ago | | | 0 | 0.0057617040 | |
| 11508241 | 4 years ago | | | 0 | 0.0050471250 |
ABI
ABI objects
Getter at block 21162035
decimals() view returns (uint8)
18
initialSupply() view returns (uint256)
9000000000000000000000000000
name() view returns (string)
COSBALL Token
owner() view returns (address)
0xd570a98e89afe0eb8db8ae02b50c637ece165d1d
symbol() view returns (string)
COSB
totalSupply() view returns (uint256)
9000000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
frozenAccount(address) view returns (bool)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
freezeAccount(address target, bool freeze)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
renounceOwnership()
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address _newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
FrozenFunds(address target, bool frozen)
OwnershipRenounced(address indexed previousOwner)
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.