National Geografic

Verified contract

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

No balances found for "National Geografic"

0xea07ae4cdbdab063938f5108073cb440d176b9342362bb1f817fd7d2845072b4
0x8b7b11b7e38b92402ce319321012738fe92f2149eab664a58ac320f29844f824
0xc3c8de8eb7d6e5d849cba1f872132692e4eedf068d8205f0747332591981f989
0xbff1752f16ccab66653e2b38846d80b0cebb6bcf0db8087b2f068889222fe8e0
0xefbca10d33cf6ddb62d40c1f681e97d4fcb98158e8f33bdc569ed68f94937b3f
0xb08414a21278ff32d5ab838df382ac17f98714df34f25630a713a46bf5efbe1a
0xed37488ef16e9dc60d35256c81928edd0053c6531c7820ea51cd015479da0861
0x4bf8c9135e5d0a6b6cbcef9954cd8542726a4b91d7937fee62b7941c27198783
0xa74050e51b7f74b18ee67a45d7ee3ac64a12324c92a050005e1e7d4052c6c847
0x549f4ce2bd1f98b475b6e3f3eed15bf3eeb6c5c683606f301fd13ed4397f7d56

Functions
Getter at block 23015529
decimals(view returns (uint8)
18
name(view returns (string)
National Geografic
owner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
NiGer
totalSupply(view returns (uint256)
10000000000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (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
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account