Orgasm🫦

Verified contract

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

No balances found for "Orgasm🫦"

0x87ac4274ba4350cf6bc3ce07388057ae893dc1c0057995b61598dcfc013b5b34
0x930a3ff41dc85f2a76b218b4225edb11de2c6909a4b368ea8b6c3b35bab13dd5
0x384a0c5fa0ec9d4ae7fd5b13dce114324d3024a822bec040ccf800fb5df71992
0x3af6c6ad4fa6388fbaa827ed278f23889c4ceb5f76371b3cee2aa728eb908f8f
0xba16ad24400767002e4da12ef2c9a6a6a7c36cc1b6e4358ea969a1f424246172
0xbc043b6e47dbc41d52aa09601f021f2db4ad9c58d1ab13d2564be2164a7c3dd3

Functions
Getter at block 22326203
decimals() view returns (uint8)
18
name() view returns (string)
Orgasm🫦
symbol() view returns (string)
ORGASM
totalSupply() view returns (uint256)
460000000000000000000000000000
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)Â