MIN TING

Verified contract

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

No balances found for "MIN TING"

0x5aee9c5e149e4d57295898f5625affe882d7a138d0459071645ca7fe19b7b34c
0x9b7a3d20df6a41a03fb6ef55404de66e29f74e3c734bde4275db58e56f0b1186
0x3c9fc7406111346e7dbde058d48502725931635677ba33fe4d77e24c6e2914c7
0x2e349941d7d9c8ed6f492a741518fb7aeaa97ebe34ebc28138c410d23480d122
0x018b3462304bd9b10c2d8b50a1b23aa55fe0b5c84caae1d24b67cccc6ddd1259
0x316cee95b261e6c40f7fa0fa63ff83a36c50751fc4d04ffda402c9109b210a13
0x991064649519fba7b10718a7108e0fea8b7511b42c2ea312fbb61c290075ee19
0x0800ff761fc8fb5fe548bb2dba8c5d1fe64313f7d6df8038195abff26612b03d
0x9833eb7886a41d14e8caedcfdd5b1c98a717994a1672b15ebf69dda32b82d6c6
0x7472edcec84e9f9326e5909c4d1e2c9e3cc6a5d36eff10796e42b6e612baca96

Functions
Getter at block 22905271
decimals(view returns (uint8)
18
name(view returns (string)
MIN TING
symbol(view returns (string)
MINTING
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)
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