CSC Stablecoin
Verified contract
Active on
Ethereum with 14,335 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
2 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
CSCS | ERC-20 | 138.608644K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21160791 | 2 hours ago | | | 0 | 0.00067782260 | |
| 21160789 | 2 hours ago | | | 0 | 0.00069201625 | |
| 21160298 | 4 hours ago | | | 0 | 0.00076439101 | |
| 21160081 | 5 hours ago | | | 0 | 0.00065779264 | |
| 21159840 | 5 hours ago | | | 0 | 0.0016543062 | |
| 21159126 | 8 hours ago | | | 0 | 0.0012160281 | |
| 21159034 | 8 hours ago | | | 0 | 0.0013188167 | |
| 21158781 | 9 hours ago | | | 0 | 0.00075863568 | |
| 21158749 | 9 hours ago | | | 0 | 0.0010078189 | |
| 21157872 | 12 hours ago | | | 0 | 0.0016999363 |
ABI
ABI objects
Getter at block 21161468
PRICE() view returns (uint256)
489990000000000
PROVIDER_FEE() view returns (uint256)
777000000000000
_capEnabled() view returns (bool)
true
decimals() view returns (uint8)
18
erc20Payable() view returns (address)
0xdb80f3db6012547708a2e9ff5b8ef32e775a0b04
inAllowlistMint() view returns (bool)
false
inPublicMint() view returns (bool)
true
maxMintsPerTxn() view returns (uint256)
250000000000000000000
maxWalletMints() view returns (uint256)
100000000000000000000
merkleRoot() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
mintBatchSizeEnabled() view returns (bool)
true
mintCapEnabled() view returns (bool)
false
name() view returns (string)
CSC Stablecoin
onlyAllowlistMode() view returns (bool)
false
onlyERC20MintingMode() view returns (bool)
false
owner() view returns (address)
0xdb80f3db6012547708a2e9ff5b8ef32e775a0b04
payableAddressCount() view returns (uint256)
1
supplyCap() view returns (uint256)
1000000000000000000000000000
symbol() view returns (string)
CSCS
totalSupply() view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
canAccountMintAmount(address _account, uint256 _amount) view returns (bool)
canMintAmount(uint256 _amount) view returns (bool)
canMintBatch(uint256 _amount) view returns (bool)
chargeAmountForERC20(address _erc20TokenContract) view returns (uint256)
getPrice(uint256 _count) view returns (uint256)
inTeam(address _address) view returns (bool)
isAllowlisted(address _to, bytes32[] _merkleProof) view returns (bool)
isApprovedForERC20Payments(address _erc20TokenContract) view returns (bool)
mintedAmount(address _account) view returns (uint256)
payableAddresses(uint256) view returns (address)
payableFees(uint256) view returns (uint256)
State-modifying
Events addOrUpdateERC20ContractAsPayment(address _erc20TokenContract, bool _isActive, uint256 _chargeAmountInTokens)
addToTeam(address _address)
adminMint(address _to, uint256 _qty)
adminMintBulk(address[] _tos, uint256 _qty)
approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
closeMinting()
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
definePayables(address[] _newPayables, uint256[] _newFees)
disableAllowlistOnlyMode()
disableERC20ContractAsPayment(address _erc20TokenContract)
disableERC20OnlyMinting()
enableAllowlistOnlyMode()
enableERC20ContractAsPayment(address _erc20TokenContract)
enableERC20OnlyMinting()
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mintMany(address _to, uint256 _amount) payable
mintManyAL(address _to, uint256 _amount, bytes32[] _merkleProof) payable
mintManyERC20(address _to, uint256 _amount, address _erc20TokenContract) payable
mintManyERC20AL(address _to, uint256 _amount, bytes32[] _merkleProof, address _erc20TokenContract) payable
openAllowlistMint()
openPublicMint()
removeFromTeam(address _address)
renounceOwnership()
setCapStatus(bool _capStatus)
setERC20PayableAddress(address _newErc20Payable)
setMaxBatchSize(uint256 _maxBatchSize)
setMaxBatchSizeStatus(bool _newStatus)
setMintCap(uint256 _newMintCap)
setMintCapStatus(bool _newStatus)
setPrice(uint256 _feeInWei)
setProviderFee(uint256 _fee)
setSupplyCap(uint256 _newCap)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateMerkleRoot(bytes32 _newMerkleRoot)
withdrawAll()
withdrawERC20(address _tokenContract, uint256 _amountToWithdraw)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name, string symbol, address[] _payableAddresses, address _erc20Payable, uint256[] _payableFees, bool[3] mintSettings, uint256[3] mintValues, uint256 initPrice)
This contract contains no fallback and receive objects.
AddressNotAllowlisted()
AllowlistMintClosed()
CannotBeNullAddress()
CapExceeded()
ERC20CappedInvalidValue()
ERC20InsufficientAllowance()
ERC20InsufficientBalance()
ERC20TokenNotApproved()
ERC20TransferFailed()
ExcessiveOwnedMints()
InvalidInputValue()
InvalidPayment()
InvalidTeamChange()
MintZeroQuantity()
NoStateChange()
NotMaintainer()
PublicMintingClosed()
TransactionCapExceeded()
ValueCannotBeZero()