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

zkRace

Verified contract

Active on Ethereum with 5,481 txns
Deployed by via 0xbd42851c at 19498473
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
--
0x986e8f03e1d344e7193f6ff2fa870c6373cbea305e76b79c276e491010882870
0x87b76953f52c08d12efbd755212762ba5396ad7e0a59114fd4339fd76eeaae81
0xe13d60bcf5d4ae981c9d406ae2f19bad634ed2b50bd09c1154a60817a0f72cc9
0x970f18ad7983df7110b43f3e108ec82c56de67a028fc6b74f09eb460f8715949
0xc369704687dd37a03545a276bc42ce88b2f70c764da26e669266bffff009f880
0x3939442e8451553074b0ca4794065e5b691ff8adb17f04a4353bdebf059e8641
0x2222f29a2179119ef4678777129a41b7f076d458f82c2dbf6b7537b34f4d92fe
0x7598508e125f5d09da0495b22ceae99af8b9014a7250ce5c96f7398350994c13
0xdb714e28844dfd1a567e24ee58da9a2cd374eba238fe88a8560f0386d437ec1c
0x9990497db4ba09dec2cb09c402cb406f39f7383c1d03970be256d1b9e55eb671

Functions
Getter at block 20793923
decimals(view returns (uint8)
18
name(view returns (string)
zkRace
symbol(view returns (string)
ZERC
totalSupply(view returns (uint256)
120000000000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
Events
Approval(address indexed owneraddress indexed spenderuint256 value
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(string namestring symboluint256 supply
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