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 "EdCoin"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20889770 | 2 months ago | | | 0 | 0.00025286558 | |
| 11670819 | 4 years ago | | | 0 | 0.0010088430 | |
| 11618435 | 4 years ago | | | 0 | 0.0013032900 | |
| 11618414 | 4 years ago | | | 0 | 0.0025100400 | |
| 11372153 | 4 years ago | | | 0 | 0.00062782204 | |
| 11372112 | 4 years ago | | | 0 | 0.00067578004 | |
| 11359906 | 4 years ago | | | 0 | 0.0016902900 | |
| 11359630 | 4 years ago | | | 0 | 0.0011590560 | |
| 11359153 | 4 years ago | | | 0 | 0.00084514500 | |
| 11352918 | 4 years ago | | | 0 | 0.00046713018 |
ABI
ABI objects
Getter at block 21257872
decimals() view returns (uint256)
18
lockTime() view returns (uint256)
0
name() view returns (string)
EdCoin
owner() view returns (address)
0x7c3eafcf2d9408d418f84799712815bebf43514d
symbol() view returns (string)
ED
tokenLock() view returns (bool)
false
totalSupply() view returns (uint256)
10000000000000000000000000000
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)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
makeLock(address _who)
removeLock(address _who)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address _to)
Approval(address indexed owner, address indexed spender, uint256 value)
MakeLock(address _who)
OwnerTransferPropose(address indexed _from, address indexed _to)
RemoveLock(address _who)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string _name, uint256 _decimals, string _symbol, uint256 _totalSupply, address _to)
This contract contains no fallback and receive objects.
This contract contains no error objects.