Ethernet shares
Verified contract
Active on
Ethereum with 308 txns
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 "Ethernet shares"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 9836652 | 5 years ago | | | 0 | 0.000041211505 | |
| 9233398 | 5 years ago | | | 0 | 0.00010493000 | |
| 9233386 | 5 years ago | | | 0 | 0.000074954000 | |
| 8939157 | 5 years ago | | | 0 | 0.000037341000 | |
| 8813206 | 5 years ago | | | 0 | 0.00052098200 | |
| 8813200 | 5 years ago | | | 0 | 0.00037341000 | |
| 8808636 | 5 years ago | | | 0 | 0.00041075100 | |
| 8805315 | 5 years ago | | | 0 | 0.000074426000 | |
| 8805288 | 5 years ago | | | 0 | 0.00036279000 | |
| 8803483 | 5 years ago | | | 0 | 0.00055915500 |
ABI
ABI objects
Getter at block 21165636
burnable() view returns (bool)
true
canBurn() view returns (bool)
true
decimals() view returns (uint8)
18
initSupply() view returns (uint256)
1880000000000000000000000
memo() view returns (string)
lOokB9gzlauXxTddagVYLh+3y4IBQZKGbQKZKP4//IfmJLSiSI1sqglZrFrFdmMFT1WGegJ75Ph/n3q00KgM3irO+MLE+H0PvR27PmhWCW5qhfn/YO8zIevGeBoKZTb/UrUy1QkcS69jri5iQZXOT11hOW+KVMcBgazPkGdrWPmH
mintable() view returns (bool)
true
mintingFinished() view returns (bool)
false
name() view returns (string)
Ethernet shares
owner() view returns (address)
0xfc90eb323864e24a7d23845232066c19838f0fa6
symbol() view returns (string)
ETS
totalSupply() view returns (uint256)
1880000000000000000000000
version() view returns (string)
1.1
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(uint256 _value)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
finishMinting() returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
mint(address _to, uint256 _amount) returns (bool)
ownerSetCanBurn(bool _canBurn)
refundERC20(address tokenContract, address payee, uint256 amount)
refundETH(address payee, uint256 amount)
renounceOwnership()
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)
Burn(address indexed burner, uint256 value)
Mint(address indexed to, uint256 amount)
MintFinished()
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RefundERC20(address indexed owner, address indexed payee, address indexed token, uint256 amount)
RefundETH(address indexed owner, address indexed payee, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _owner, string _name, string _symbol, uint256 _initSupply, uint8 _decimals, bool _mintable, bool _burnable, string _memo)
This contract contains no fallback and receive objects.
This contract contains no error objects.