Capital DAO Starter Token
Verified contract
Active on
Ethereum with 5,305 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Capital DAO Starter Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21121720 | 9 hours ago | | | 0 | 0.00031872829 | |
| 21104047 | 3 days ago | | | 0 | 0.00022951887 | |
| 21097641 | 4 days ago | | | 0 | 0.00014608574 | |
| 21097572 | 4 days ago | | | 0 | 0.00017925416 | |
| 21085693 | 5 days ago | | | 0 | 0.00055997013 | |
| 21081702 | 6 days ago | | | 0 | 0.00054103281 | |
| 21061072 | 9 days ago | | | 0 | 0.00033528373 | |
| 21053943 | 10 days ago | | | 0 | 0.00023776798 | |
| 21022889 | 14 days ago | | | 0 | 0.00028931936 | |
| 21019653 | 15 days ago | | | 0 | 0.00030070950 |
ABI
ABI objects
Getter at block 21124352
cap() view returns (uint256)
16000000000000000000000000000
decimals() view returns (uint8)
18
name() view returns (string)
Capital DAO Starter Token
owner() view returns (address)
0x56348e77b02b7d0f4e5114ee2594c06f8c684692
symbol() view returns (string)
CDS
totalSupply() view returns (uint256)
9415003113000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address to, uint256 amount)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
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, uint256 maxSupply)
This contract contains no fallback and receive objects.
This contract contains no error objects.