SKYFchain
Verified contract
Active on
Ethereum with 26,216 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 |
---|---|---|---|---|---|
SKYFT | ERC-20 | 264.995956K | -- | -- | |
NECK | ERC-20 | 40K | -- | -- | |
MIN | ERC-20 | 10 | -- | -- | |
MIN | ERC-20 | 10 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20671136 | 3 months ago | | | 0 | 0.00022253719 | |
| 19747597 | 7 months ago | | | 0 | 0.00040846372 | |
| 19497289 | 8 months ago | | | 0 | 0.00095465871 | |
| 16753671 | 2 years ago | | | 0 | 0.0011088600 | |
| 15905283 | 2 years ago | | | 0 | 0.00056695751 | |
| 13444181 | 3 years ago | | | 0 | 0.0047188910 | |
| 13219871 | 3 years ago | | | 0 | 0.0024214708 | |
| 12939078 | 3 years ago | | | 0 | 0.00075654200 | |
| 12821247 | 3 years ago | | | 0 | 0.00099429000 | |
| 12805835 | 3 years ago | | | 0 | 0.00058326000 |
ABI
ABI objects
Getter at block 21274393
airdropTime() view returns (uint256)
1565870400
bountySupply() view returns (uint256)
18000000000000000000000000
bountyWallet() view returns (address)
0xb7af6257759a3d2bfca9c1c1404b3c48ad346ef2
communityDevelopmentSupply() view returns (uint256)
120000000000000000000000000
communityDevelopmentWallet() view returns (address)
0x3b48862b5fa558e9397f60618eef5b97c94988b6
crowdsaleSupply() view returns (uint256)
528000000000000000000000000
crowdsaleWallet() view returns (address)
0x79cee3a98afc7f46436e71b452751b8b936b7129
decimals() view returns (uint8)
18
name() view returns (string)
SKYFchain
networkDevelopmentSupply() view returns (uint256)
180000000000000000000000000
networkDevelopmentWallet() view returns (address)
0x72822e84bd99fcee93fe3c910931aedf12aae6d1
owner() view returns (address)
0x3ee51671d397a0be4a560fe07cf8ac8b8d5d71ad
reserveSupply() view returns (uint256)
114000000000000000000000000
reserveWallet() view returns (address)
0xfb0f1aae08cfc9910375be70df13c5cb3957a11c
shortAirdropTime() view returns (uint256)
1550059200
siteAccount() view returns (address)
0x18336c26ef57436069eb867c3921bef6ca31db78
startTime() view returns (uint256)
1534334400
state() view returns (uint8)
1
symbol() view returns (string)
SKYFT
teamSupply() view returns (uint256)
240000000000000000000000000
teamWallet() view returns (address)
0xf76170883fe74049daaafa6c459d7863b36f8c73
totalSupply() view returns (uint256)
430424614392073266497713639
totalSupply_() view returns (uint256)
430424614392073266497713639
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
isAirdrop(address _who) view returns (bool result)
State-modifying
Events addAirdrop(address _beneficiary, uint256 _amount)
approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _value)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
finalize()
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
setSiteAccountAddress(address _address)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
Airdrop(address indexed beneficiary, uint256 amount)
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(address _crowdsaleWallet, address _networkDevelopmentWallet, address _communityDevelopmentWallet, address _reserveWallet, address _bountyWallet, address _teamWallet, address _siteAccount)
This contract contains no fallback and receive objects.
This contract contains no error objects.