Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "FREN"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17950559 | 4 months ago | | | 0 | 0.000000066902604912 | |
| 14168793 | 6 months ago | | | 0 | 0.00010973143 | |
| 14166196 | 6 months ago | | | 0 | 0.00013575766 | |
| 14166165 | 6 months ago | | | 0 | 0.00013572118 | |
| 14164574 | 6 months ago | | | 0 | 0.00013575766 | |
| 14001588 | 7 months ago | | | 0 | 0.0000073601556 | |
| 12469749 | 8 months ago | | | 0 | 0.0000014416546 | |
| 12469703 | 8 months ago | | | 0 | 0.0000017835878 | |
| 2211054 | a year ago | | | 0 | 0.000066296781 | |
| 2166017 | a year ago | | | 0 | 0.000037476001 |
ABI
ABI objects
Getter at block 22758259
_calculateBurnRate() view returns (uint256)
54
_totalReflected() view returns (uint256)
61990293345964114226441818
baseBurnRate() view returns (uint256)
100
dailyInterestRate() view returns (uint256)
10
decimals() view returns (uint8)
18
distributionPercentage() view returns (uint256)
690
initialSupply() view returns (uint256)
69000000000000000000000000000
interestRatePerDay() view returns (uint256)
10
isBurnPaused() view returns (bool)
false
lastFrenInQueue() view returns (address)
0x0000000000000000000000000000000000000000
makeFrenPrice() view returns (uint256)
1000000000000000000000000
maxBurnRate() view returns (uint256)
2000
minBurnRate() view returns (uint256)
1
minFrenTime() view returns (uint256)
604800
name() view returns (string)
FREN
owner() view returns (address)
0xd00d42fda98e968d8ef446a7f8808103fa1b3fd6
sigilRewardContract() view returns (address)
0x64d1a364aab54bfed446e8d1002aa9f1e033cb3b
sigilRewardPercentage() view returns (uint256)
100
symbol() view returns (string)
FREN
totalFarmingFren() view returns (uint256)
7168822821318570228047806214
totalSupply() view returns (uint256)
60941751230674118567833673397
Read-only
_balances(address) view returns (uint256)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
calculateInterest(uint256 initialBurnedTokens, uint256 timeElapsed, uint256 interestRate) pure returns (uint256)
earnedFren(address user) view returns (uint256)
frenPairs(uint256) view returns (address fren1, address fren2, uint256 fren1Stake, uint256 fren2Stake, uint256 startTimestamp)
isFrended(address) view returns (bool)
queueTime(address) view returns (uint256)
stakeAmount(address) view returns (uint256)
userToFrenPairIndex(address) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
leaveQueue()
makeFren(uint256 amount)
renounceOwnership()
setBurnPaused(bool _isBurnPaused)
stopBeingFren()
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
updateMinFrenTime(uint256 _newTime)
updateSigilRewardContract(address _contractAddress)
Approval(address indexed owner, address indexed spender, uint256 value)
EndedFrenPair(address indexed fren)
NewFrenInQueue(address indexed fren, uint256 amount)
NewFrenPair(address indexed fren1, address indexed fren2)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.