SESued

Verified contract

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

No balances found for "SESued"

0xb8b1e0192adf881ecec787cf05a8ebc9f1cf2515dfaca6978e200c51704a8725
0x5423e8017793e05988e20d55d2b272a59dd85f6a1087a1e9efc156519eb40fb0
0xd289f1118786457bd374856345ce8b9844adbad4beed70df4ca3bdbdd4a26591
0x3f835bd6d41c0ead1f0b5598dad4931006e98e743593196b5df64a56792ed81f
0x64171ef52c400d2f0f870164aa225a928995886e8905b712983a15635118ec81
0x8ee94f2469c80a8daebe5a4b27eb077ab87264e895866c41731d1e89115a7130
0xc18573c0e59016b08b6aea3c1acc592857fe19b43589091447bf5bcc8e288219
0xc9539336d8a141f5178b8c0ec08a7d634b4240ea27cb6a81c245994c1d009c66
0x01c90ed8fb08582ffb2259c0939a77988331dbcc084c197409cf2ca395dd74e0
0x0134cf0cf75225e124cd9b8c979a034ec47add02947c0f4a17add36365aefa8a

Functions
Getter at block 22481106
decimals(view returns (uint8)
18
name(view returns (string)
SESued
symbol(view returns (string)
sesued
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