POPE ON BASE

Verified contract

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

No balances found for "POPE ON BASE"

0x79c21799b5df4a1640d1098facbc6197b93ed8838a508bbd8d3e7e9761d82dd7
0xe2c780e2d1770583f0c08fd77c5d8a77a8e2a860039b77039f158eb89367fe34
0x21b9847a90358460d03e1c22d59eb0c1a3b4539818f6fc038e0cd8ad485d7140
0xf75bf10f2b84c42cccfc3ed33091e067e9e74920dc793b3ba14f075379867f77
0xf2a0deba681d3254bc9f40cdefe8097831c7e1c24d6474608c762338a00687a7
0xcb4d23769e2b3ba11a9edb37b54fe6ca5df9e4d33e3e930a50a05907fa820d1d
0x7585063c890c22a49590976d75ec104bfd5bc0832adfb45ab46439587b6184b2
0x692cef7b6109b8603f0edb36d887046d88b190e49be087427a4b6cd343d571f1
0xad05cbdd58c542e02572b41fee93b12f6cfb4cdea4d3af97ee1c559ebd4e6a8d
0xb9588b186890d087a517257b7ecf674a478bac05c5b48db163591537358be133

Functions
Getter at block 22937790
decimals(view returns (uint8)
18
name(view returns (string)
POPE ON BASE
owner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
POPE
totalSupply(view returns (uint256)
1000000000000000000000000
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