Franklin
Verified contract
Active on
Ethereum with 22,099 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($43,789.62)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
FLy | ERC-20 | 95.951684M | $0.000443 |
$42,459.58 | |
BUSD | ERC-20 | 809.065741 | $0.994777 |
$804.84 | |
USDT | ERC-20 | 526.03036 | $0.998419 |
$525.2 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21274107 | 4 hours ago | | | 0 | 0.00073544795 | |
| 21273452 | 7 hours ago | | | 0 | 0.00046319571 | |
| 21273397 | 7 hours ago | | | 0 | 0.00045730393 | |
| 21273318 | 7 hours ago | | | 0 | 0.00079116292 | |
| 21273312 | 7 hours ago | | | 0 | 0.00080053171 | |
| 21273312 | 7 hours ago | | | 0 | 0.00054780685 | |
| 21273312 | 7 hours ago | | | 0 | 0.00054798407 | |
| 21272858 | 9 hours ago | | | 0 | 0.00081168193 | |
| 21272843 | 9 hours ago | | | 0 | 0.00079161311 | |
| 21271558 | 13 hours ago | | | 0 | 0.00076331877 |
ABI
ABI objects
Getter at block 21275400
decimals() view returns (uint8)
4
name() view returns (string)
Franklin
owner() view returns (address)
0x9d77ed484e1c3765ed33284f578eb6fe5b1342d0
symbol() view returns (string)
FLy
totalSupply() view returns (uint256)
16756972490000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getUnlockableTokens(address _of) view returns (uint256 unlockableTokens)
lockReason(address, uint256) view returns (bytes32)
locked(address, bytes32) view returns (uint256 amount, uint256 validity, bool claimed)
tokensLocked(address _of, bytes32 _reason) view returns (uint256 amount)
tokensLockedAtTime(address _of, bytes32 _reason, uint256 _time) view returns (uint256 amount)
tokensUnlockable(address _of, bytes32 _reason) view returns (uint256 amount)
totalBalanceOf(address _of) view returns (uint256 amount)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
extendLock(bytes32 _reason, uint256 _time) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
increaseLockAmount(bytes32 _reason, uint256 _amount) returns (bool)
initializeRound1()
initializeRound2()
lock(bytes32 _reason, uint256 _amount, uint256 _time) returns (bool)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
transferWithLock(address _to, bytes32 _reason, uint256 _amount, uint256 _time) returns (bool)
unlock(address _of) returns (uint256 unlockableTokens)
Approval(address indexed owner, address indexed spender, uint256 value)
Locked(address indexed _of, bytes32 indexed _reason, uint256 _amount, uint256 _validity)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
Unlocked(address indexed _of, bytes32 indexed _reason, uint256 _amount)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.