Firetoken

Verified contract

Active on Ethereum with 123 txns
Deployed by via 0x2a789aab at 6157626
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Firetoken"

0x9308c1173a77ef9fb6b19709a0666d025961273fe0f4f95ecd0065a10c1244b6
0xa6d2a22b7a3381504eac82c9d635148ad0bf26bc72089acbd61db06f4375876e
0x83954adca7d8c167681381de346942647cf5bfd46f0a0db43dadbe05a8ea50a6
0xc8e7a27b11bfba9eab417e62eea8d93ad647e6f5c452f9bd91805355f3b43b5b
0xc9347f35ccc4c7405fe64b7a77704d81c73bfecb8567d0e009e3e52fcf09c70f
0x8aba607ebcf697812d34c8d74a381add8de3437f6a46a8e38fa2b2006eb2aee9
0x2b4344c1de50bd857b955df58a6811aa2d09b03921d9746955b62d6a956e7858
0x026e7b01e6ed870604fbf83403db1ed0d5ff87ced8d3f30b8a518f3e35f048c3
0x07d18ddea73525ad9f6b3b44ec3a13cf29f9f1bef8b40260f52872b5f04fe371
0x3ff23151f2bf79f8d22e2cf4274a68dd8562d42d9c854d7356d20518ca4f8fa5

Functions
Getter at block 20857800
decimals(view returns (uint8)
18
initialSupply(view returns (uint256)
1800000000000000000000000000
name(view returns (string)
Firetoken
owner(view returns (address)
0x1261eafa16c6ce372f5a72bd2ab6ac03845c1f63
paused(view returns (bool)
false
symbol(view returns (string)
FPWR
totalSupply(view returns (uint256)
1800000000000000000000000000
Read-only
allowance(address _owneraddress _spenderview returns (uint256)
balanceOf(address _ownerview returns (uint256)
freezed(addressview returns (uint256)
State-modifying
approve(address _spenderuint256 _valuereturns (bool)
burn(uint256 _value
burnFrom(address _fromuint256 _value
decreaseApproval(address _spenderuint256 _subtractedValuereturns (bool)
freeze(address _spenderuint256 _valuereturns (bool success)
increaseApproval(address _spenderuint256 _addedValuereturns (bool)
mint(address _touint256 _amountreturns (bool)
pause(
transfer(address _touint256 _valuereturns (bool)
transferFrom(address _fromaddress _touint256 _valuereturns (bool)
unfreeze(address _spenderuint256 _valuereturns (bool success)
unpause(
withdrawEther(address _accountpayable returns (bool success)
Events
Approval(address indexed owneraddress indexed spenderuint256 value
Burn(address indexed burneruint256 value
Freeze(address indexed fromuint256 value
Mint(address indexed touint256 amount
Pause(
Transfer(address indexed fromaddress indexed touint256 value
Unfreeze(address indexed fromuint256 value
Unpause(
Withdraw(address indexed _fromaddress indexed _touint256 _value
Constructor

This contract contains no constructor objects.

Fallback and receive
fallback(
Errors

This contract contains no error objects.