Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "Stud Coin"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 6814016 | 6 years ago | | | 0 | 0.0011034000 | |
| 6813016 | 6 years ago | | | 0 | 0.00055602000 | |
| 6463045 | 6 years ago | | | 0 | 0.0026034000 | |
| 5946140 | 6 years ago | | | 0 | 0.0025970000 | |
| 5942350 | 6 years ago | | | 0 | 0.0011066000 | |
| 5941961 | 6 years ago | | | 0 | 0.0021374120 | |
| 5874198 | 6 years ago | | | 0 | 0.0026034000 | |
| 5783467 | 6 years ago | | | 0 | 0.0011066000 | |
| 5782830 | 6 years ago | | | 0 | 0.0021374120 | |
| 5755995 | 7 years ago | | | 0 | 0.0018502000 |
ABI
ABI objects
Getter at block 21384870
decimals() view returns (uint8)
3
name() view returns (string)
Stud Coin
symbol() view returns (string)
STUD
totalSupply() view returns (uint256)
15000000000
version() view returns (string)
S1.0
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)
approveAndCall(address _spender, uint256 _value, bytes _data) payable returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
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(uint256 _initialAmount)
fallback()
This contract contains no error objects.