Caduceus Protocol

Verified contract

Active on Ethereum with 11,006 txns
Deployed by via 0xa827ac64 at 19030512
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
--
0x3b5892dffb927c16fb5120d852fbb35e97eef708329587cf010f55110e4e8994
0x849c202d5ba0d5b726500d55d360641dc0be4d1f33f8023db3a90e2d269e0268
0x6099cef2fe1dff48e4efe0ac882a32561a754bc7b9015e5830b313ef090b2db7
0x453905574b46138b7c9c740b6a1d3943ba3457dcd9a735790f15442e50144d9c
0xea8ac708c9891e26ca97f3b739f96784cfee398c448863f39c73fa3d7acc7ae6
0xbf0dd557206f0d98dddaeaf64b0ae5636f3cfbf95f0de08bd688c291505448fd
0xad3fbe48e7e0ad565ee72543fb60c63785c50122455d43c710675ab5ad696cf1
0x64d321874ea0d76ac29bf358d75dbfe2725359b9fb00e03f4aec117acfe71dc6
0xcb83d1c515bcf5db1bbe4bfd6f18cfef084b20193db99de18258fe5d274a2039
0x23cc6e91cfb6986203aa8bbb8fc20227dbd7f0d84a9e135c61d9962a74f00112

Functions
Getter at block 21243161
decimals(view returns (uint8)
18
name(view returns (string)
Caduceus Protocol
symbol(view returns (string)
CAD
totalSupply(view returns (uint256)
1200000000000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
Events
Approval(address indexed owneraddress indexed spenderuint256 value
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(
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