RIBBIT

Verified contract

Active on Base with 23 txns
Deployed by via 0x14e3b736 at 14206375
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "RIBBIT"

0x6e471f012d4f47c000feb56a2e4c1b76de8260b2e5b9dad8fcd186fa3482be9d
0x882b7296a3f8c344692ec0008c65e058e48404667cdbeae4cfd75877a02cbaaa
0x5cd36a767e4bc69881d8a5e8f46a01d90edcf2cd5dd864573812ecb89bfc4ec4
0x63ce2b8dd309b24c835460fbcc9b08c9af83e5750ee1be6a9a89d4620f67648f
0xf45944de8fd9ba4369d65e47ca5e07924201cbde351a5713cc22297ef413ab1e
0x3f38ee9c873ceda6265c2c35a1b6feb204da4eeda485efecd6933e65d606c3c5
0x95d5cec5c9055c00e45ae390e64020dcd50f540f48eb0c1aa83c7b480c36fb58
0xfc037d098c2d64f1f30bcd55eb488f229c0a621c905dc5e5c1d64aea66425d66
0xd7128b50ebe24a246f5b1ec07fb2f9312edc890a06dc99a6cec38d99f4823d54
0x78771ec53e78da98864543eecb2a67cd1908bbceeb4989530a85169dea1f72c1

Functions
Getter at block 22920453
decimals(view returns (uint8)
18
name(view returns (string)
RIBBIT
owner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
RBT
totalSupply(view returns (uint256)
100000000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 amountreturns (bool)
decreaseAllowance(address spenderuint256 subtractedValuereturns (bool)
increaseAllowance(address spenderuint256 addedValuereturns (bool)
renounceOwnership(
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 amountreturns (bool)
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed spenderuint256 value
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(string name_string symbol_
Fallback and receive

This contract contains no fallback and receive objects.

Errors
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account