FRY

Verified contract

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

No balances found for "FRY"

0xd6bfebf3622976f2c12b75b7d14720b3dda07a0097943fa4fae44c3ee1f201a1
0x6412579547a8ee440d26874d8e621f72fd2aaf0e1fc56cff4de486b667963089
0x84bdaf2064d055cd888ea3e7064d4f9d77aca084f885dc06b6106214db6110ab
0x3c8280863ad7a123e7f1f95a81c8d83a3d552c89a423966fa07f805d6f1e8bf1
0x9fcc0b0da25f13fa2c53722ddc6ff32dab9f60be1e40ad36c1555fdab37abd9c
0xcd5f833241a2c0b1aa143b19d41408a9acf009d40ce6676c00211647665cb381
0xa98d525e4df033e1d8acb7337ce9050af8ce7e4f05804fb419ccbf674346530e
0xa76ff3b9294f85dcd5ce72e7976b2f9cd28d47d6dd4ca5b333400dd65b50020f
0xd59072efe40d1f89f1495774b0025821fcfdd298844e3cbfaa3ab6ba270ee160
0xae7e00bc122160b04205b228c731c4ffba2c45e7e5882bce8902f21f481a14a9

Functions
Getter at block 20909185
decimals(pure returns (uint8)
18
name(view returns (string)
FRY
owner(view returns (address)
0x0000000000000000000000000000000000000000
pairV2(view returns (address)
0xaa9103d4749f4f50ba77dceb6fa4d524facb7071
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
routerV2(view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
symbol(view returns (string)
FRY
totalSupply(view returns (uint256)
1000000000000000000000000000
Read-only
AMMs(addressview returns (bool)
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
acceptOwnership(
afterConstructor(address _router
approve(address spenderuint256 valuereturns (bool)
burn(uint256 value
burnFrom(address accountuint256 value
renounceOwnership(
setAMM(address AMMbool isAMM
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
transferOwnership(address newOwner
Events
AMMUpdated(address indexed AMMbool isAMM
Approval(address indexed owneraddress indexed spenderuint256 value
OwnershipTransferStarted(address indexed previousOwneraddress indexed newOwner
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
RouterV2Updated(address indexed routerV2
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
InvalidAMM(address AMM
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account