WULIANGYE

Verified contract

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

No balances found for "WULIANGYE"

0x1f36476ee5c8c7528860f9ba4891865afdfc0b42a610422958081efde67d495f
0xce965ccd9ba319c4339ec0148281e6859ee4d0612992f00c1d008c48583c3900
0x70dc3eb3e624b92b5ca6e3e802c8f8c20496b8993c7ff6acdefb3531f410f9cc
0x5876e12a17a198f29c19de17840eea80f02dda72dff0e267c089171fe953be65
0xae154c2d272f24a872898a3fdad26035a0e97e18c399899cf1c3b7d6cf5c88fe
0x2d0d673941a95fb60243ce9684d16a233412811a8cb3b014bb5220dc2112f13d
0xc60bfdaabc2708ebe9403036895ca83742b1975cb522cf62d799b720419cdddf
0xd7acb0a419856c17519a46c2287a5432e7ce79fdd74bb59e009c8f994c4046a7
0xa972a7fb5f3d6cb40046d77e7efaef48c59a2d456b859319174c4a6bc22fca66
0xffc9f14e88cbf79e318e93c9b2228e27510b1c1f9662bc587463f2f7600d75c1

Functions
Getter at block 23723758
blockedPairAddress(view returns (address)
0xb62feb97abfa2c7ee7c4eff41caf017fc435e929
decimals(view returns (uint8)
18
name(view returns (string)
WULIANGYE
owner(view returns (address)
0x949c52ec1223286666cfd68048b5dc01503d4b5c
symbol(view returns (string)
WULIANGYE
totalSupply(view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
renounceOwnership(
setBlockedPairAddress(address pairAddressreturns (address)
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 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
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account