Flooring Lab Credit

Verified contract

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

No balances found for "Flooring Lab Credit"

0x628c54ed80c67458cca57fc0e047c1d0818fe7eed2281425ffc4ae6d5871a95e
0xa70e199cd7198dfb772cdcc2f7a4a37676f604560370054cd4d485f918469b85
0x7d2b5c123958b8b8b85eddb46dba25506139fe5bd58207221ed86e8272ab9814
0x98ee9be6c887131f7e59f9ab0cb07ac6aff56babc64692fe4006594d59b6ecad
0xed001f8617ad7df148c3ec6fe3ed2a4a51e543f793900cce3248c7f5206ddd01
0xceaab87fcb4f84ed017574867ab5684cadc19320301db6a0f2a74ea84209f0c1
0xd1bec36a807094c544d3045cc4fe4ba985d738b15828ff301a2aa74504164567
0xe6b54f43e64d5a78ae385dcc8c03dbaac649e373e14f4eb6879b94f576ecf93f
0x6421ecc3da18bc1feed6fb7b6360938eb4b362f7b036231e649d89a7b10fc2d8
0xfad31e8184cebfea9a85051779a373952b810cab5955466657ef6e2b2595c27c

Functions
Getter at block 21297099
decimals(view returns (uint8)
18
name(view returns (string)
Flooring Lab Credit
symbol(view returns (string)
FLC
totalSupply(view returns (uint256)
25000000000000000000000000000
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(
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