numogram

Verified contract

Active on Base with 4,178 txns
Deployed by via 0xfd77b60a at 21279503
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "numogram"

0x7a69a887e422fe7002224a2654b1308b30a5a5796781f4178d24767434fec943
0xae6fb4e4ac75730f4044d59eb072393b9a1ce354ac4c15522452167266fb95f0
0xde6d27e1774069b82c89a3d1e76b3696b068b44880699b90a1b42b8708b10219
0x1e1e000b1922259a2f62f393d144324b26f09eab9218732f0b20805ebde99680
0xcd44f4fe216da7d7a890070853a82204a446e9aa02c96b2da41d725cdc65ac07
0x62ca84c6dea10cb36f2f6f7f46f53ded1e06b525864c8465cc5db22999e2594a
0xad1fe8296b375377eba7d2d13788553722ae401985ad63e69b9a222102f6339a
0xff059c637437f9b4cbd9bf5270baafa5ef0dbc3854995197524ffa80e9c70edc
0x71dbf37d5346b95cf02d04ed924245d01a500f2c923d123549f5f5c33f3b1fc9
0x5a104e4c7ae3cd4931b3d5b5c3e4137c862f67672a71479e7e138d9b047481f8

Functions
Getter at block 22905866
decimals(view returns (uint8)
18
name(view returns (string)
numogram
owner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
GNON
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 amount
burnFrom(address accountuint256 amount
decreaseAllowance(address spenderuint256 rawAmountreturns (bool)
increaseAllowance(address spenderuint256 rawAmountreturns (bool)
renounceOwnership(
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (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(
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