YFCYCLICToken
Verified contract
Active on
Ethereum with 598 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 "YFCYCLICToken"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20780678 | 2 months ago | | | 0 | 0.00024100288 | |
| 14108065 | 3 years ago | | | 0 | 0.0067309360 | |
| 13869176 | 3 years ago | | | 0 | 0.0038170547 | |
| 12885663 | 3 years ago | | | 0 | 0.00039891500 | |
| 12828442 | 3 years ago | | | 0 | 0.00049690303 | |
| 12759124 | 3 years ago | | | 0 | 0.00014500000 | |
| 12733531 | 3 years ago | | | 0 | 0.00083217600 | |
| 12697403 | 3 years ago | | | 0 | 0.00031913200 | |
| 11628078 | 4 years ago | | | 0 | 0.00095739600 | |
| 11564595 | 4 years ago | | | 0 | 0.0020649440 |
ABI
ABI objects
Getter at block 21255559
_owner() view returns (address)
0xbdc4493639bc0f8a13c5b8b23627229a34b3d556
_presaleBurnTotal() view returns (uint256)
0
_stakingBurnTotal() view returns (uint256)
0
_totalSupply() view returns (uint256)
20000000000000000000000
decimals() view returns (uint256)
18
name() view returns (string)
yfCyclic
owner() view returns (address)
0xbdc4493639bc0f8a13c5b8b23627229a34b3d556
symbol() view returns (string)
CYCL
totalSupply() view returns (uint256)
20000000000000000000000
Read-only
_balanceOf(address) view returns (uint256)
allowance(address, address) view returns (uint256)
balanceOf(address who) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
burn(uint256 _burnAmount, bool _presaleBurn) returns (bool success)
renounceOwnership()
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
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.