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 "Cygnus"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18402368 | a year ago | | | 0 | 0.00039966850 | |
| 12984827 | 3 years ago | | | 0 | 0.0011668760 | |
| 12580042 | 3 years ago | | | 0 | 0.00055329000 | |
| 11144618 | 4 years ago | | | 0 | 0.0028262300 | |
| 11144511 | 4 years ago | | | 0 | 0.0021063340 | |
| 11144156 | 4 years ago | | | 0 | 0.0014384720 | |
| 11144145 | 4 years ago | | | 0 | 0.0014384720 | |
| 11143700 | 4 years ago | | | 0 | 0.0014898460 | |
| 11143677 | 4 years ago | | | 0 | 0.0013867740 | |
| 11143505 | 4 years ago | | | 0 | 0.0010551940 |
ABI
ABI objects
Getter at block 21262998
decimals() view returns (uint256)
18
initialSupply() view returns (uint256)
16000000000000000000000000000
name() view returns (string)
Cygnus
owner() view returns (address)
0x90b0137bf6ddb130ed8e3f28cc9f929b0b609ed2
symbol() view returns (string)
Cyg
totalSupply() view returns (uint256)
16000000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _value)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
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)
Burn(address indexed burner, 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.