Ribbit Token
Verified contract
Active on
Ethereum with 1,670 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x549d…2a8d
Balances ($0.00)
No balances found for "Ribbit Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21298378 | 2 days ago | | | 0 | 0.00029775189 | |
| 21298363 | 2 days ago | | | 0 | 0.00032099424 | |
| 21297352 | 2 days ago | | | 0 | 0.00021675782 | |
| 21235740 | 11 days ago | | | 0 | 0.00060235469 | |
| 20572125 | 3 months ago | | | 0 | 0.000064660321 | |
| 20499681 | 4 months ago | | | 0 | 0.000051001317 | |
| 20306761 | 5 months ago | | | 0 | 0.000089479210 | |
| 20141517 | 5 months ago | | | 0 | 0.00032766004 | |
| 20103390 | 6 months ago | | | 0 | 0.00016439970 | |
| 20103329 | 6 months ago | | | 0 | 0.00020486242 |
ABI
ABI objects
Getter at block 21314821
LFLC() view returns (address)
0x549d38f104ac46d856c1b2bf2a20d170efdb2a8d
_totalSupply() view returns (uint256)
200195737812499999999999318
cap() view returns (uint256)
200000000000000000000000000
decimals() view returns (uint8)
18
interval() view returns (uint256)
86400
name() view returns (string)
Ribbit Token
owner() view returns (address)
0x83343a12e98e0044bf5b0dcd11818961cb5e9fda
paused() view returns (bool)
true
rate() view returns (uint256)
1000000000000000000000
startBlock() view returns (uint256)
1640471866
symbol() view returns (string)
Ribbit
totalSupply() view returns (uint256)
200195737812499999999999318
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getLFLC(address user) view returns (uint256)
getLFLCTokenIds(address _owner) view returns (uint256[] _tokensOfOwner)
getRibbit(address user) view returns (uint256)
getTotalClaimable(address user) view returns (uint256)
getlastUpdate(address user) view returns (uint256)
lastUpdate(address) view returns (uint256)
rewards(address) view returns (uint256)
State-modifying
Events addController(address controller)
approve(address spender, uint256 amount) returns (bool)
claimReward()
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mintSecondPhase(address user, uint256 amount)
pause()
removeController(address controller)
renounceOwnership()
setIntervalAndRate(uint256 _interval, uint256 _rate)
setLFLCContractAddress(address _lflc)
setStartBlock(uint256 arg)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
transferTokens(address _from, address _to)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor(address lflcAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.