Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "YIN"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20637708 | 2 months ago | | | 0 | 0.000064514802 | |
| 18900593 | 10 months ago | | | 0 | 0.00090321036 | |
| 18367832 | a year ago | | | 0 | 0.00014273202 | |
| 17466919 | a year ago | | | 0 | 0.00099087748 | |
| 17423807 | a year ago | | | 0 | 0.0017724878 | |
| 17400272 | a year ago | | | 0 | 0.0010768745 | |
| 17390085 | a year ago | | | 0 | 0.0012297360 | |
| 17388616 | a year ago | | | 0 | 0.0015983103 | |
| 17384757 | a year ago | | | 0 | 0.0013360421 | |
| 17381283 | a year ago | | | 0 | 0.0016652558 |
ABI
ABI objects
Getter at block 21163523
decimals() view returns (uint8)
18
name() view returns (string)
YIN
symbol() view returns (string)
YIN
totalSupply() view returns (uint256)
100000000000000000000000000
Read-only
allowance(address player, address spender) view returns (uint256)
balanceOf(address player) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
approveAndCall(address spender, uint256 tokens, bytes data) returns (bool)
burn(uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
multiTransfer(address[] receivers, uint256[] amounts)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.