SolCex

Verified contract

Active on Base with 7 txns
Deployed by via 0x7c60cbc2 at 13920975
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "SolCex "

0xa7aa10ed033bb614194c2c341c14e4a8e5692d24ab737d7cf97e65fa1a16e7e3
0xd028f38013e30643925825d05cd1dc821212bbf726599476c8247e78a6cff64e
0x9b205c79ef696ee8b14d9efa1fbcd91881f9e07c2441b66c70f498d4431a2dd0
0x40506ba358594d74dbf71345404693b3e0cdc0459ce83cd4ce89a886963dd96f
0xc2e8574ffe188163b3e2c5f0dc6a89992edda7ae163853611fcf5538c8719729
0x7f0fbb619277efc6c1ced0c04f518b61652b8d8e2f8c5b9f1fcdf85385709d3f
0xa898b7233e44db40df96bbf3803833487bf762efec10928da2540217aba0b5ef

Functions
Getter at block 22004578
decimals(view returns (uint8)
18
name(view returns (string)
SolCex
owner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
SOLCEX
totalSupply(view returns (uint256)
100000000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 amountreturns (bool)
decreaseAllowance(address spenderuint256 subtractedValuereturns (bool)
increaseAllowance(address spenderuint256 addedValuereturns (bool)
renounceOwnership(
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 amountreturns (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 name_string symbol_
Fallback and receive

This contract contains no fallback and receive objects.

Errors
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account