Yolk Finance
Verified contract
Active on
Ethereum with 3,887 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($511.51)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 511 | $1.001 |
$511.51 | |
YOLK | ERC-20 | 129.5255 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17641919 | a year ago | | | 0 | 0.00060384000 | |
| 17638900 | a year ago | | | 0 | 0.00060384000 | |
| 17638900 | a year ago | | | 0 | 0.00060360000 | |
| 17638900 | a year ago | | | 0 | 0.00060360000 | |
| 17637921 | a year ago | | | 0 | 0.00060360000 | |
| 17637921 | a year ago | | | 0 | 0.00060360000 | |
| 17637921 | a year ago | | | 0 | 0.00060336000 | |
| 17637921 | a year ago | | | 0 | 0.00060360000 | |
| 17637921 | a year ago | | | 0 | 0.00060360000 | |
| 17637915 | a year ago | | | 0 | 0.00060336000 |
ABI
ABI objects
Getter at block 21163063
MIN() view returns (uint256)
10000000000000000
decimals() view returns (uint256)
8
distributionFinished() view returns (bool)
true
name() view returns (string)
Yolk Finance
symbol() view returns (string)
YOLK
tokensPerEth() view returns (uint256)
1
totalDistributed() view returns (uint256)
1600000000000
totalSupply() view returns (uint256)
1600000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
freezeOf(address) view returns (uint256)
getTokenBalance(address tokenAddress, address who) view returns (uint256)
State-modifying
Events AirdropMultiple(address[] _addresses, uint256 _amount)
AirdropSingle(address _participant, uint256 _amount)
approve(address _spender, uint256 _value) returns (bool success)
burnYolkFinance(uint256 _value)
finishDistribution() returns (bool)
freeze(uint256 _value) returns (bool success)
getTokens() payable
transfer(address _to, uint256 _amount) returns (bool success)
transferFrom(address _from, address _to, uint256 _amount) returns (bool success)
transferOwnership(address newOwner)
unfreeze(uint256 _value) returns (bool success)
updateTokensPerEth(uint256 _tokensPerEth)
withdrawEther()
withdrawForeignTokens(address _tokenContract) returns (bool)
Airdrop(address indexed _owner, uint256 _amount, uint256 _balance)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Burn(address indexed burner, uint256 value)
Distr(address indexed to, uint256 amount)
DistrFinished()
Freeze(address indexed from, uint256 value)
TokensPerEthUpdated(uint256 _tokensPerEth)
Transfer(address indexed _from, address indexed _to, uint256 _value)
Unfreeze(address indexed from, uint256 value)
constructor()
fallback()
This contract contains no error objects.