This contract is being backfilled. You may encounter incomplete storage history.

SpiderPig

Verified contract

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

No balances found for "SpiderPig"

0xcf1adb7f615f975d3b8b3a7f72d5a322633560af0c92ba0c79d6a174a17c5c2f
0x848852a36bf1320a7b6097ab740470466188dd23068746e75cbe559991bac577
0xd22f774fa30ccd22b8269a8b478704f62c27464ffd25668f0bbfbb2403a387c6
0x0701b31a10a4da3ebc5fe07bec5afc667fd65b83d72f0db9b6d20c07db5dcc73
0xbcf0fb56f9698c020d18f62e875aece0dc12a59affa7630f19fc92cd14684f14
0x2ae31b05862937cc6bb475106e8fc86a220b765b29e401b9fdc56848d006edae
0x80bcfc2f1acd47d3d262b228e7029c03c536991cdce19a840b2f496144773087
0x207a17807152b0cff2cf9eead24cbc03c82afbf4305d4ce891863ddfc26fbfbd

Functions
Getter at block 23183681
decimals(view returns (uint8)
18
name(view returns (string)
SpiderPig
owner(view returns (address)
0x06d75e1b9844a678648f7d322639d61949ea3840
symbol(view returns (string)
PLOPPER
totalSupply(view returns (uint256)
1000000000000000000000000000000
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