Smart Contracts Education Token
Verified contract
Active on
Ethereum with 13 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "Smart Contracts Education Token"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 4426590 | 7 years ago | | | 0 | 0.00077361900 | |
| 4426502 | 7 years ago | | | 0 | 0.00073500000 | |
| 4426492 | 7 years ago | | | 0 | 0.00077361900 | |
| 4426478 | 7 years ago | | | 0 | 0.00077361900 | |
| 4426456 | 7 years ago | | | 0 | 0.00041471200 | |
| 4426433 | 7 years ago | | | 0 | 0.00084000000 | |
| 4426419 | 7 years ago | | | 0 | 0.00052500000 | |
| 4426392 | 7 years ago | | | 0 | 0.00050400000 | |
| 4426326 | 7 years ago | | | 0 | 0.00025787300 | |
| 4426189 | 7 years ago | | | 0 | 0.00014735600 |
ABI
ABI objects
Getter at block 21090433
decimals() view returns (uint8)
18
name() view returns (string)
Smart Contracts Education Token
symbol() view returns (string)
EDT
totalSupply() view returns (uint256)
250000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
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.