FRY

Verified contract

Active on Ethereum with 504 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"

0xbe33c464c50cc03e16c9d70e66fe9c039efec00fdf3bf541b73af34d0a06dde4
0x807f2a5761174ebf322b029073e055ff5cea8e3c5e148d37c441df0b2ffb3d34
0x3be16aef206c0d2f6743f7309e0f991ad7ba7ecf316d3c452f46f75ad062abd6
0x983024569eb47e9ac80920b4dcbda93b56593baf2d2b73d63e4e41251ac529f4
0xe4639daec217b66ce79d4e34d669f4b4d682256cf08dcc8f163badd3dfaf4f09
0x6b5bb9a26ec4d3ede87fcd819ff6d665eae0b89a6e50cc4b5443ef90540aec5b
0xdec5a096f1db09b545072534f10b60ef6429d634e8c9599eafe5b1da6985fa9a
0xb29c566ec70b383ce498ddf86a5c208f13505d6a873481fd79c87c18e603163f
0x5c041eb757ac7071c6e3e11f5665e88209d4aa5e4c6a2c0dfcebed9d34648bcf
0xc9a2b668266c4284f2eb738ccda849000e94a5ee9e4c1678714734cbdebd447a

Functions
Getter at block 21259722
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