Thunder Token
Verified contract
Active on
Ethereum with 40 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 "Thunder Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 7749560 | 5 years ago | | | 0 | 0.000037277000 | |
| 7731477 | 5 years ago | | | 0 | 0.00013404600 | |
| 7731045 | 5 years ago | | | 0 | 0.00022366200 | |
| 7726639 | 5 years ago | | | 0 | 0.00036549100 | |
| 7726031 | 5 years ago | | | 0 | 0.00017251410 | |
| 7725172 | 5 years ago | | | 0 | 0.00074682000 | |
| 7724091 | 5 years ago | | | 0 | 0.00022404600 | |
| 7711536 | 5 years ago | | | 0 | 0.00025615730 | |
| 7711515 | 5 years ago | | | 0 | 0.00029719200 | |
| 7708094 | 5 years ago | | | 0 | 0.00017209170 |
ABI
ABI objects
Getter at block 21093669
burnable() view returns (bool)
false
canBurn() view returns (bool)
false
decimals() view returns (uint8)
18
initSupply() view returns (uint256)
10000000000000000000000000000
memo() view returns (string)
d8rngyDFfy3s/jhiNDigVJiIeWpuH3lpndFxwxlpXSt76DRU3R8/ZnO+D+s9WDj2mOXbd8vhypCnrMnJVSIJVOAn/jnPFzphAon+ZhXk3k1T6rxLXyZ/2FtDrVsi3uLoIbCvbXEcSOzcgiHOmg+2KSMRiAhtO5zYO+NoorBipJKG
mintable() view returns (bool)
false
mintingFinished() view returns (bool)
true
name() view returns (string)
Thunder Token
owner() view returns (address)
0x5c9e7e23760df128b97dff05c7be55fe43afcfba
symbol() view returns (string)
TT
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.