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 "YAK0"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11171833 | 4 years ago | | | 0 | 0.0016867656 | |
| 11162486 | 4 years ago | | | 0 | 0.0012393990 | |
| 11105862 | 4 years ago | | | 0 | 0.0051251724 | |
| 11097839 | 4 years ago | | | 0 | 0.0014921388 | |
| 11059457 | 4 years ago | | | 0 | 0.0022649580 | |
| 11059457 | 4 years ago | | | 0 | 0.0022656540 | |
| 11053710 | 4 years ago | | | 0 | 0.0020697030 | |
| 11052891 | 4 years ago | | | 0 | 0.0015234570 | |
| 11052347 | 4 years ago | | | 0 | 0.0039574116 | |
| 11044510 | 4 years ago | | | 0 | 0.0026456100 |
ABI
ABI objects
Getter at block 21164224
decimals() view returns (uint8)
18
owner() view returns (address)
0xb8c598093ef374a1915c264b6d73c35011636d1c
paused() view returns (bool)
false
symbol() view returns (string)
YAK0
totalSupply() view returns (uint256)
7000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
frozenAccount(address) view returns (bool)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
batchTransfer(address[] _receivers, uint256 _value) returns (bool)
freezeAccount(address target, bool freeze)
pause()
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
FrozenFunds(address target, bool frozen)
Pause()
Transfer(address indexed from, address indexed to, uint256 value)
Unpause()
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.