Deadpool and Wolverine

Verified contract

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

No balances found for "Deadpool and Wolverine"

0x417528643db761c29fd8839f3fa9862bfa5480e4bd32eb6f62ec9325300d67cc
0x994665fa771910115f30e994b217ac244daa3a994a60db5127e8584c4cecdc28
0x6ed23f1084a12292fe48b6d8d79e4ac223ecd54375aa4c624d6654cd080804ed
0x320f35c25dcb1f4c20bca2bbdf3e00e919178964466067d9ea27247a98c80fff
0xe48c0723ba44e54cfc88509a6840d2a0794a55ad34ae497cfb128c3eee39862c

Functions
Getter at block 23945071
decimals(view returns (uint8)
18
name(view returns (string)
Deadpool and Wolverine
symbol(view returns (string)
Deadpool
totalSupply(view returns (uint256)
990000000000000000000000000000
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 namestring symboluint256 initialSupply
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