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 "Spin"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11507617 | 4 years ago | | | 0 | 0.0023108085 | |
| 11502261 | 4 years ago | | | 0 | 0.0034224300 | |
| 11115111 | 4 years ago | | | 0 | 0.00046248705 | |
| 11115110 | 4 years ago | | | 0 | 0.00046223325 | |
| 11098320 | 4 years ago | | | 0 | 0.0015815943 | |
| 11098316 | 4 years ago | | | 0 | 0.0019704900 | |
| 11088252 | 4 years ago | | | 0 | 0.00052480800 | |
| 11087310 | 4 years ago | | | 0 | 0.0025069560 | |
| 11087310 | 4 years ago | | | 0 | 0.0022105800 | |
| 11087273 | 4 years ago | | | 0 | 0.0033715365 |
ABI
ABI objects
Getter at block 21165807
decimals() view returns (uint8)
18
name() view returns (string)
Spin
owner() view returns (address)
0x083c98055797e1ccd3c566ce6ab20da42f3d018c
symbol() view returns (string)
SPIN
totalSupply() view returns (uint256)
20000000000000000000000000
Read-only
allowance(address _owner, address spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
burn(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address account, uint256 amount)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint256 _tokenInitAmount, address _admin)
This contract contains no fallback and receive objects.
This contract contains no error objects.