Ether Bible 以太宝典
Verified contract
Active on
Ethereum with 111 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 "Ether Bible 以太宝典"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 7224443 | 6 years ago | | | 0 | 0.00041004700 | |
| 7224443 | 6 years ago | | | 0 | 0.000078415500 | |
| 7215606 | 6 years ago | | | 0 | 0.00010455400 | |
| 7206440 | 6 years ago | | | 0 | 0.000044732400 | |
| 7206149 | 6 years ago | | | 0 | 0.00011575710 | |
| 7204915 | 6 years ago | | | 0 | 0.000037341000 | |
| 7203096 | 6 years ago | | | 0 | 0.000037277000 | |
| 7202863 | 6 years ago | | | 0 | 0.000057504700 | |
| 7174769 | 6 years ago | | | 0 | 0.000052277000 | |
| 7174768 | 6 years ago | | | 0 | 0.000041004700 |
ABI
ABI objects
Getter at block 21418522
burnable() view returns (bool)
false
canBurn() view returns (bool)
false
decimals() view returns (uint8)
18
initSupply() view returns (uint256)
10000000000000000000000000000
memo() view returns (string)
H8y2dlAaO/ofXgpq0p1Hy9YHSKoawaaA1gcFnw76f9pMyccvHYy8ru1LeC3jW0+R00BMbtORv7pmsxgcEpBKS4b0UsMpq0lJdpdLtzfgpeZrbHwpT8HyK05WgEIfDuEX9uj1HY258Ivv2NGgwzHusSE2boeROqzw6MFtI7kpWEXt
mintable() view returns (bool)
false
mintingFinished() view returns (bool)
true
name() view returns (string)
Ether Bible 以太宝典
owner() view returns (address)
0xc14abe3ae205af27c7b354e49c11eb6a0406f12a
symbol() view returns (string)
ETB
totalSupply() view returns (uint256)
10000000000000000000000000000
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.