Fren.Tec

Verified contract

Active on Base with 225 txns
Deployed by via 0x1e4105e0 at 13940294
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Fren.Tec"

0x8724b1e33b0d526a5499de80e79cc4f7347bd6c405393b716002716e1d9078c6
0x7fd43135836fa1a66353e3224080ef5b8ce711e5ec8609c65a436304b7c6cec3
0xcdc91c1b6b1403464de1bc27c364b989c535a24fb66719742a156ea2e1a376a0
0x9e32f0c986bfd353eba74b154ab7992e88c8c12e09854a67df919f71472428c1
0x9590804ba6e4f9d0fb62cf72ce4e07a94713d66a0390b4d5161eade52d3c473a
0xf974ad94bd774eba72799436c98c6ba78600d6159d22957d4842320bf378d3f2
0xd0264d3a1231605b470d5044d97497335eb05d197d5d740a8635359d760fd347
0x794492d2d10c67211954eb19e1fe09444f3011db80191e8587b386bd7ff3a5d7
0xb9f5eec3fe07d58ce6956c31e47cd2e94fcc661363f7de4a64f2c3a37cc800d9
0x2255809b9e9929b6e18a8d89b1ebdea578e275433cae9ba0bf97ece343ecc6cf

Functions
Getter at block 22943555
decimals(view returns (uint8)
18
name(view returns (string)
Fren.Tec
owner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
FREN
totalSupply(view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
burn(uint256 value
burnFrom(address accountuint256 value
renounceOwnership(
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed spenderuint256 value
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
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
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account