Sendor

Verified contract

Active on Base with 10,480 txns
Deployed by via 0x36226e1a at 17397153
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
--
0xdfd61412f1dd76449b31673bb26a1749ef837cafcbecbdc438ecc7099b3c82bf
0x84525f7412859d3b5d5dff30e63249f392ba7d0a93bc0fc245c0fd151e1faa72
0x543ec5f44c51b77ccd009c58d9a7c23f6c12ea2868c18675dc50024eb17c577f
0x5091729aa882811e3bb52ec7c69a286570d000adb6e5a23feed013a13bd1698e
0xc2f73320b3564928b08adc49db938e88be0ae810c7fa530a5b7bc27e12a47831
0x7eeebe540445637f42da54e9213dfcd937dc44011e304660822789246a4da631
0xfa34e3249e9186f4ac45bc1996a434951fa8f5fa364d509e72ecacd8377696a9
0x316c27d5effd77654b95d312b8d86281a31abd655cddaea5c9068c2d05cc8459
0xd42fc8e33627fd14566e9518f9bd4b787970c87875f178eb132f7b9b457c8216
0x3b65ef9aa8901c35a871cabee9cb7e75960dcb8095b678888a79e9538de78be4

Functions
Getter at block 22747664
decimals(view returns (uint8)
18
launched(view returns (bool)
true
name(view returns (string)
Sendor
owner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
SENDOR
totalSupply(view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address _owneraddress spenderview returns (uint256)
balanceOf(address _ownerview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
launch(
renounceOwnership(
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed spenderuint256 value
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(string _symbolstring _nameuint8 _decimalsuint256 _totalSupply
Fallback and receive

This contract contains no fallback and receive objects.

Errors
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account