All Work Deserves Pay

Verified contract

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

No balances found for "All Work Deserves Pay"

0xd1bd7cfa21b7077311deddf3f3702bdffb21c29524f0b99e18e62d0170a7061b
0x3ba20b1175832840f20c3511c1cf3f2f4287057092488bb040295b7408a90a2a
0xd91211cf6b9ee011044d646c96b146d6cd3ce52250d42250f503b17ba3bc9dfb
0xbb86110810d8e415aa699014ba125b42538bb988f212224dccd85e54960535e0
0x6c21bff26ff470f0a019863def455d3456d2f776483ae7084b393ab086081bdf
0x32c79a19cf97f03653bbbb4a3f2cec90a089f85c4c98d3d5cfd90de0022f8daf
0x7cbb10a84fb360955a449a893fbf3624c0d0eb600c3630e809b3debe81a49eb3
0xcae218c3b8552181f731313a47698747449088b1535373cce1ea945331f94285
0xe02aa31dac36e615a77301c1e5bbccf65b77af6a2be6f274cf73a03e77082c3d
0xa2c7df69f52920e39a7535b789391a1554f6c34dc4da434c9b40825247a9897b

Functions
Getter at block 23785121
decimals(view returns (uint8)
18
name(view returns (string)
All Work Deserves Pay
symbol(view returns (string)
AWDP
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