Pixel Crash

Verified contract

Active on Base with 4,928 txns
Deployed by via 0xabf26163 at 16462357
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
--
ERC-20
--
0xfde7cad4dc70d3e8bc0e576ae302069ec5d32d9eb4f1dafd7f64d7cb21f3c51e
0xa9bdc1ce10730081874caa0951d14ddde2d1344149e0e27f6fa9a067aab2b653
0x82e53099f34acf2c0d4b0f2d873932b0e7162dd34c417188de5e4fe545701370
0xf4a73a0acc953ed69f5db0f2d5bde98f67f95a1507ece936916c5b858f6040b2
0x2a3c68e8855fa6fa01d62e6bd86384eeee94690e4bb59968a8e9ced171f444ab
0xb9a30236732d611fa85dd50b636d90bc76f1b8689b9183500048e4d1fb85f25d
0x2b8f9deb10a1e3ff2be4a993b59f0e3b38137a0916f7c53bd54eae09c0bd25d2
0x441fa79c6657317cb4a2b3adee1e8ecc874c4f021e1dce4c9715c69348beb938
0xbf03d96fa6b850f919a78da7d1fdd0d941a9d55d81ca68f2d2e1e2ebd19f400f
0x2ac7d146cacc78424a142b350fe336f137dde97a0713a989fb3e99dc4f1d2ace

Functions
Getter at block 22759789
decimals(view returns (uint8)
18
launched(view returns (bool)
true
name(view returns (string)
Pixel Crash
owner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
PRASH
totalSupply(view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address _owneraddress spenderview returns (uint256)
balanceOf(address _ownerview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
launch(
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(string _symbolstring _nameuint8 _decimalsuint256 _totalSupply
Fallback and receive

This contract contains no fallback and receive objects.

Errors
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account