twoPINKoneSTINK

Verified contract

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

No balances found for "twoPINKoneSTINK"

0x21532c542e2d459eada9386db03e114afdaca55c212d6ec4db757ebd57b37de9
0x4d81c1452de0049baefaea50b2d53c84376b0a5d132f5b1bb6ffdee21720dc3c
0x0216b5166592cd7d3928df12248780095d4073eef2a8f436b2609770ef07bb44
0x3d8b25caf8dc2d66b1f1c58620bd08c3dd16e5710b9181303dbeb7c0668d1a21
0xfa79ad1cde59bc5f74acc8963a6aee17aaaadfec6bca49670f3e3e29a6811bd4
0x0b4c258ce270934f0d00858666081a5f99852da414b0d67401aa09e28a21d2cd
0x754a2b80fdaf4dc5e27eaab378f79b27a19d8dbf0381982b0074b54994c14b7f
0x02ffeb77377a9172603c040917fbb5c9301fb6f0206d4b8e91cdb90166fcc355
0xeaf134b7199fa6443bcb799327c4e126dd5aed0aab858256d5bc75b1024ded76
0x97c6cabd0541c04fc436f5c56ee94384c55c1c7402f65e63251f2d04802ee312

Functions
Getter at block 22871652
decimals(view returns (uint8)
18
name(view returns (string)
twoPINKoneSTINK
symbol(view returns (string)
SHOCKER
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