Popcorn

Verified contract

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

No balances found for "Popcorn"

0x4a11a426077cfd0efede680dc13d499e4c0413547be85f107b330bc3f02b1fdf
0xb0ede58eebf7642c2c54672ce4afb2b8ad10383e68b1c20d453e16880ac35eb3
0x790ebe8df2dad01fd0894603030389f1ca71d1ef8fc6d64149ca798e9c1aca8f
0x06ebc903f06da61f78f498e6d12c37d011a5dfc4046175673dcea67c2872b406
0x1779d7af1449e02dcbe3135b54d0695f59600bb484392553df9be96a09529e73
0x8802bd5aabe1140aab31e635b0442ea5d31fac60f9a3b81995f62c69211e0836
0x7134338af6c9dd17c8a8710a4cec146a0948d9dd8bee5c9defa109278407ea00
0x90e8b398afe26d197b9f5cd1acf25343a69f6ae8faad93a6c77d64b1ac9a66cc
0xb0ab7127d84fae6b0c90c9b517fb8b134700119f0ba291e01ad9dc5b8cfab978
0xdb104b3b4c31a29b741f42472c52d980b9891cea9a0abaa489037abc61c7c2a7

Functions
Getter at block 23688937
decimals(view returns (uint8)
18
name(view returns (string)
Popcorn
symbol(view returns (string)
POP
totalSupply(view returns (uint256)
100000000000000000000000000000
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