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

Blue Pill

Verified contract

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

No balances found for "Blue Pill"

0x177329c2be48052ab3be3001b9ad676f751ab8eeaae1d9fcac3427494ee11a5d
0x0f84f005b4654529a956aa1140cc69c06a61cd35c61b549d8037997a3b5a28dd
0xc0cc10546a25f6ee9965e77fd0613787830db0d3897e939bcb0680d64bb6f817
0x23c1e56b201efff1c3d918dafc227ea9dd3f0b476583972e76ba0f365e920155
0x4ae2db66a145fa49b27310e47d9e57afda41a547b9150d660b2ed0d742d39415
0xf092104cc9c9475017b4aa6e5117b94c7e2932ca58fab3fa10f23b3eb66bafcb
0x705c296edd56f83cb596e327dfa9d96c1fb83e808e7ad4af740a2809a5b906af

Functions
Getter at block 23190399
decimals(view returns (uint8)
18
name(view returns (string)
Blue Pill
owner(view returns (address)
0x78a02a131f83baeae721932a09526ea96ffd3bc9
symbol(view returns (string)
NZT
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