Fire Network

Verified contract

Active on Base with 238 txns
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Fire Network"

0xa5f0c5b17e16132bf1db0cb06f56955e0a72033007a58d576a301ca5ab07e236
0x67ba25db246103a8b020ace33e33092a68b20627b535bb55ab71a5734c247227
0xfc3fa5a7d879307f2ad6d863bf385608580c2c66852085991cc3c24e6d95b30f
0x6a7279ac0f1c2dd464175eb8b937234770f27e993ec936ee3273b12e3c46755a
0xc3f91f35def97503b048256e2cac0e4455ead012aba7ad261197818a779b3778
0x576c1795bc41d9dc27a4836811c625cb729511f1fe3063f96692a725ab2cdb8d
0xac9660340605ba9ae51f31ff88f8a3ed1aff617d8001582568adbe77c1bd7bcd
0x430551274a9a28af88dd06b07eedb6064af4d014e747ce1ab18f3e4170648203
0x495639717638ce168f7c614b6cc1cfed9b29803c4df4bd33e98d91d13c501833
0xa23f5205a24584f8380bf9c5788be698a0154d4a24b2fdbcec14f416f041ee82

Functions
Getter at block 22824868
decimals(view returns (uint8)
18
name(view returns (string)
Fire Network
symbol(view returns (string)
FIRE
totalSupply(view returns (uint256)
100000000000000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
Events
Approval(address indexed owneraddress indexed spenderuint256 value
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(string name_string symbol_uint256 maxSupply_
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ERC20InsufficientAllowance(address spenderuint256 allowanceuint256 needed
ERC20InsufficientBalance(address senderuint256 balanceuint256 needed
ERC20InvalidApprover(address approver
ERC20InvalidReceiver(address receiver
ERC20InvalidSender(address sender
ERC20InvalidSpender(address spender