Wanker

Verified contract

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

No balances found for "Wanker"

0xd1e65a40ae89386b5663e4764a1802a3713e78284501db21c387609e72df93cd
0x584ce55d83dd038ea28a69bd58313dc8782c29c18cc59935f36492343851311f
0x601e69d8ef9b874140b5a86c1fa5e2b70998c97baa19702225940571938d3910
0x1f2d1c2ed7bdad399de4f60d3d96c8d2cdd063e54b0a34fd47e6f1256112d0ea
0x2cadf53b30b142c875a8e833c9fa80d1519ba45370afdd3668336b20e86fb0ec
0x3c03a76fe601cf2f1e41189ca269e17eb4f81cf92833ade527de7c800704ded7
0x652d7b2aa9b19ba725aa6fe0853ab33cd4fb122f676fdbf46f21d6839d9684a7
0xe8b5161f21cc355eb37c7dddba929631e44c1d68bde2208dc9acb224d00da7b8
0xeae6c25f0ebd094985670d9dfa2d93984def017e7fbc688d8cd508b69d5cc8bd
0xfad53350de5e3691063b8d86ce80073ffbbee04a181f1ad388a5c2735ac29489

Functions
Getter at block 22944700
decimals(view returns (uint8)
18
name(view returns (string)
Wanker
symbol(view returns (string)
WANKER
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