雷氏区块链公司

Verified contract

Active on Base with 137 txns
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "雷氏区块链公司"

0x1f8b2e4d7f3be9188d21cd825134475d56f5d3fb48460008bf100abf882d0d9c
0xf1c7b7e453c3a06592171acc4d62f10a494370179863f39165c83300c15ea48f
0xf96ac566acefe71d9edb2ece0a4b7eec3dff8b940866815d02fb9b59adfd0284
0x44a986af5b904b6c2a7c4e7df1045d2ec4d2a0d43b83833456f6415a186f2d4e
0x40682159ec6c680bbf89aa71cce937386b27cf374052f957ad55590914190bc1
0xd701a083b0c42e15b48c27e8779c6e7e9139d50729a98289fc5c4f27818ad3b9
0x80141def5442a462a9631b051f5fb176ca835c65e9674103603fd8d2c80fe9d1
0xb50636cf1f4598de02b146826ed7f6d43f1861f4aff1db0d219696d48ff22b01
0xf009670c0f33488937e8b62f47c3339de5ee5171fc63bc01bdf8ce20b2877251
0xf4967a65440c71cd3cca48c84e49654eb8637e3ecb531288444b9f929071ad1b

Functions
Getter at block 22885038
decimals(view returns (uint8)
18
name(view returns (string)
雷氏区块链公司
symbol(view returns (string)
HK
totalSupply(view returns (uint256)
100000000000000000000000000000
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 name_string symbol_uint256 maxSupply_
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