Nurse🧑‍⚕️

Verified contract

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

No balances found for "Nurse🧑‍⚕️"

0x295904bd28c71917c528ef1604746e6cb83624b3b972d250a7dca5c2561c2f42
0x042d4e3c654008f490dd61c7ea9a8f4f03f83a798521d75731ca0915c5995fbf
0x2e363788e8beb32067e85f0cd4227b24fa44904678bc4d366046ea6e6e09e731

Functions
Getter at block 22156964
decimals() view returns (uint8)
18
name() view returns (string)
Nurse🧑‍⚕️
symbol() view returns (string)
Nurse
totalSupply() view returns (uint256)
570000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
approve(address spender, uint256 value) returns (bool)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
Events
Approval(address indexed owner, address indexed spender, uint256 value) 
Transfer(address indexed from, address indexed to, uint256 value) 
Constructor
constructor(string name, string symbol, uint256 initialSupply) 
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed) 
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed) 
ERC20InvalidApprover(address approver) 
ERC20InvalidReceiver(address receiver) 
ERC20InvalidSender(address sender) 
ERC20InvalidSpender(address spender)Â