OG

Verified contract

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

No balances found for "OG"

0xceed7a2a4b3ee86c32e8d1e80a97968cf6d7ce67cc055fe8a91e148505fda77a
0xb44630cccd4e5360c25170017abb6b63b349c977aa1796a6090d811a2e585d36
0xba1caa59a482589949330c8dc2838875f69dfbd4de87dc0042821bb5984da30e
0xe164daee7504975da8909bdfa01ffb9592454052b750e3b62807c56805152977
0xb5577876a050120af314d0dd0d9ad7926fafe0e3f450610549c159bd50a9ebd8
0xce345e3af3ca0162f95f0e8ee618afeda093e8af8cbcb994148f3f21ecc446b6
0xefd00bc96d39cf5f1a4a6ec6ff6da0081ea0c95c8900a6fb093ed41a7729689d
0x05851bc299fc982b5e02e0f53c8343134313ed969c2bbea77566ed9830b98918
0xbb02fbd226acda02de1b4af04f0bc7e23e582ecc42288eca73138ecf138ea2f5
0x532ed17fd1fe089ce7aba6a73d17625d739b3639f4bf1df4869a5cfbb86c3741

Functions
Getter at block 21891366
decimals(view returns (uint8)
18
name(view returns (string)
OG
symbol(view returns (string)
OG
totalSupply(view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
burn(uint256 value
burnFrom(address accountuint256 value
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
Events
Approval(address indexed owneraddress indexed spenderuint256 value
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