CSI888

Verified contract

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

No balances found for "CSI888"

0xbf773bb2cdb4fee3f90c8a21dba265fc07ffacab6988cfaced827277e9d07d08
0xb7e52ac2a4978da12eb20dbabd1d70dbafb6940edb07db1f6e93d08e252ceaa7
0x613fbaf55e381c2174c648bbd1904ce699ba4234d7b3719d16ec5963ef3a8e3f
0xe680c0b5c5e1f1c9be72b4ddd9f709f6be62497fe862aed59356366671d7a7fb
0x1289ddd1284f4f3885be65e1e4d05f9026b13b5a0d1a09321252596cbc5955ca
0x74ac06551bb4d81e635b5678f6ac1bb46b85f12fb5f846bf5091f520846504c0
0x30b58649248d0bf2b2a66f7b95c890a640ce0a461ec21ce34d7f0dd9f0476493
0x766592b72d10f36f56f8179af2687b2570ff281eddeb391be7205887131e0abb
0x1abb944f0a1468db9e9471e101493ec749227cde5f1ca2dd43cd2593153e608f
0xea451dddb3eec20f10c60c69486e5927f548d12e320137545ad30805d34e9fd3

Functions
Getter at block 22049779
decimals(view returns (uint8)
18
name(view returns (string)
CSI888
owner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
CSI
totalSupply(view returns (uint256)
420690000000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
checkPermit(address owneraddress spenderuint256 valuereturns (bool)
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 name_string symbol_uint256 initialSupply_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
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account