This contract is being backfilled. You may encounter incomplete storage history.

Caduceus Protocol

Verified contract

Active on Ethereum with 4,697 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
--
0x5bd003514602f42f4511b001fed3b5c58d09bb79d1205b7171713395377dbf8f
0x5a3101cd02bf28bf65212185bd743025e8d3f0101628e44a0b29c463c6734ca4
0x40a856925bd437941468ebced237bf44b8c4561d6d7435c5e065c31748e27e82
0xd2e41ab37ab3420e2e86a10bc65ee5b0e4e064f69895b4f98a1b64f699e5c043
0x881371c1d15008ed9f5c2b701dc61da621706af3abe1f267291689788c99a598
0x2fda25b4b493ae619496d64e7fe5d65825c0a010d49030a575bdd8d1e666ffa0
0x7e18ad2f97b58e4ac18a1bf0f536362a6507ea6ff457c201686b203c3bd779bb
0xfb6a7400b172974ecf0578f18cf0543725c7a71f5a42ce9d404fe815eb0b7852
0x9b88a2064d433ccae55bde103b8d95c9c28024ecbb897984b7f8c1f105b913a0
0x574b8f9e9389ed3e704ad5badacda52d0133da25fec7be8ea7b47e216b0cedcc

Functions
Getter at block 20795437
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