CADAICO

Verified contract

Active on Ethereum with 3,266 txns
Deployed by via 0xde27b22c at 19859752
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "CADAICO"

0xf7f8209a40fdf6f905c1f328b2016fb9bb87538b4dedc5e650bad7a4888afeaa
0xe69aef21a0e756112601a9b2b9b6d2c4ed492839ddf97d961fc5a365adb453cd
0x7454b6e5575c708e601e73f61b95175d09bfd57df171fc1a56a7ec7d6af7bbac
0xc03b98dcca2f190a3c3eff13c602b5177275f551f07828e198a4495295b4f738
0x6e7dfeeddf54edf3c5c2b4d380cba2e786c1afcc1d60c75c2d704114abc28906
0xdca818e700977c25195cfe6e80191f5d0d2743a36d316a0db3040242522c5931
0xa65b3ea215372253b853602a92b79738d50ead82414141863a8543f11dc70b3c
0x5bc058a6fdf98921aaf0930ba2909885b7dfcf2595d91910c56fedecb82a2098
0x7a3e2c17ebb8b88ccc22bd417f14788f7a6779a66a8b96a9c4559f22cc61ba5d
0x470cdcf4ad8ce3ad9a72e9fd9e377f07395574ba64d93bb4f5212733fd393186

Functions
Getter at block 20872558
DOMAIN_SEPARATOR(view returns (bytes32)
0x6cd11aab2869b721d1d13fae412ca538719692b5d94b27391c2749dd29b82115
MAX_TOTAL_SUPPLY(view returns (uint256)
100000000000000000000000000
decimals(view returns (uint8)
18
eip712Domain(view returns (bytes1 fieldsstring namestring versionuint256 chainIdaddress verifyingContractbytes32 saltuint256[] extensions)
(fields=0x0f, name=CADAICO, version=1, chainId=1, verifyingContract=0x4229725d41e2233d75b47675b55c6781df0b56a7, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
initialMint(view returns (uint256)
10000000000000000000000000
name(view returns (string)
CADAICO
owner(view returns (address)
0xb7f2bfda11e6ec4e355fe243b3a7f9face544d18
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
 
renounceOwnership(view 
symbol(view returns (string)
wCADAI
totalMinted(view returns (uint256)
10501000000000000000000000
totalSupply(view returns (uint256)
10501000000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
nonces(address ownerview returns (uint256)
State-modifying
acceptOwnership(
approve(address spenderuint256 valuereturns (bool)
burn(uint256 value
burnFrom(address accountuint256 value
mint(address touint256 amount
permit(address owneraddress spenderuint256 valueuint256 deadlineuint8 vbytes32 rbytes32 s
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed spenderuint256 value
EIP712DomainChanged(
OwnershipTransferStarted(address indexed previousOwneraddress indexed newOwner
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(address initialOwner
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ECDSAInvalidSignature(
ECDSAInvalidSignatureLength(uint256 length
ECDSAInvalidSignatureS(bytes32 s
ERC20InsufficientAllowance(address spenderuint256 allowanceuint256 needed
ERC20InsufficientBalance(address senderuint256 balanceuint256 needed
ERC20InvalidApprover(address approver
ERC20InvalidReceiver(address receiver
ERC20InvalidSender(address sender
ERC20InvalidSpender(address spender
ERC2612ExpiredSignature(uint256 deadline
ERC2612InvalidSigner(address signeraddress owner
InvalidAccountNonce(address accountuint256 currentNonce
InvalidShortString(
MintCapExceeded(uint256 requestedAmountuint256 capuint256 alreadyMinted
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account
StringTooLong(string str