sXtremeDreams

Verified contract

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

No balances found for "sXtremeDreams"

0x98b11c52a9841f0356ba2430069099655e7f32a8ebec1af824286fbc56adad2a
0xa2fcc79ffd9f31d3524d0436852b43651e8480f52ebb3d81ecd1f68d2fec7f00
0x3fb7c5399211537393980200fe2d50ac747471257231df852007ebc2c38bb2a1
0xcf5055a53adde60759f91f43f6ae3879e5489b2e5ca545b756486f400ebc3c81
0x2c40b8a21b0e1b30b49261a8a32dd10a7f6ddb01741bc07a602808944b3178b0
0x9ee8c0f5514f44ef068d6250aebf6673c85d1f6f7f44e0282b4ea9999f4e0a72
0xda01b396620a3ade06c0dcf8898be3867b481fd1522b8f3294422cc1c08093df
0xec8afaefb070dbdcc5d5d15617ef8b2c0115e0712d8838bab7f61aebc7dfc071
0x404b2c2f590f23e67f365eb19ebe9511e662357526e2ae117f0cbd0fb0189113
0x0419c422d0e3f371af6720eefdefbdc0f8d60d7d0e6fd3519cd35686c02ae08e

Functions
Getter at block 23283587
decimals(view returns (uint8)
18
name(view returns (string)
sXtremeDreams
symbol(view returns (string)
STD
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