Caelum Token
Verified contract
Active on
Ethereum with 51 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x7600…edc6
5 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
CLM | ERC-20 | 84.019737K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 6647693 | 6 years ago | | | 0 | 0.0018656640 | |
| 6635825 | 6 years ago | | | 0 | 0.0018630400 | |
| 6631393 | 6 years ago | | | 0 | 0.0018682880 | |
| 6630529 | 6 years ago | | | 0 | 0.0018682880 | |
| 6630322 | 6 years ago | | | 0 | 0.0018630400 | |
| 6630322 | 6 years ago | | | 0 | 0.0018630400 | |
| 6630307 | 6 years ago | | | 0 | 0.0010223350 | |
| 6581808 | 6 years ago | | | 0 | 0.0012784800 | |
| 6581796 | 6 years ago | | | 0 | 0.0012784800 | |
| 6575415 | 6 years ago | | | 0 | 0.0012784800 |
ABI
ABI objects
Getter at block 21287541
DataVault() view returns (address)
0x2ffcbbd66a93fe7c811168b501bd8bcc2bbef4d6
LastProposalCanDiscard() view returns (bool)
true
MasternodeContract() view returns (address)
0x2ffcbbd66a93fe7c811168b501bd8bcc2bbef4d6
decimals() view returns (uint8)
8
listAcceptedTokens() view returns (address[])
[0x16Da16948e5092A3D2aA71Aca7b57b8a9CFD8ddb]
miningContract() view returns (address)
0x4c98e01dd3ba483f1059df5bd0eddeda7ce01d3f
name() view returns (string)
Caelum Token
owner() view returns (address)
0xdb93ce3cca2444ce5da5522a85758af79af0092d
pastProposalTimeRules() view returns (bool)
true
proposalCounter() view returns (uint256)
1
proposalPending() view returns (bool)
false
swapClosed() view returns (bool)
false
swapCounter() view returns (uint256)
0
symbol() view returns (string)
CLM
totalSupply() view returns (uint256)
2100000000000000
votersCount() view returns (uint256)
1
votersCountTeam() view returns (uint256)
1
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
getTokenDetails(address token) view returns (address ad, uint256 required, bool active, uint256 valid)
getTokenProposalDetails(uint256 proposalID) view returns (address, uint256, uint256, uint256)
proposalList(uint256) view returns (address tokenContract, uint256 totalVotes, uint256 proposedOn, uint256 acceptedOn, uint8 proposalType)
reachedMajority(uint256 proposalID) view returns (bool)
reachedMajorityForTeam(uint256 proposalID) view returns (bool)
tokens(address, address) view returns (uint256)
tokensList(uint256) view returns (address)
voterMap(address) view returns (bool isVoter, address owner)
voterProposals(uint256) view returns (address)
State-modifying
Events addOwnToken() returns (bool)
approve(address _spender, uint256 _value) returns (bool)
becomeVoter()
changeSwapState(bool _state)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
depositCollateral(address token, uint256 amount)
discardRejectedProposal() returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
pushProposal(address _contract) returns (uint256)
renounceOwnership()
rewardExternal(address _receiver, uint256 _amount)
setDataStorage(address _masternodeContract)
setMasternodeContractForData(address _t)
setMiningContract(address _t)
setVotingMinority(uint256 _total)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address _newOwner)
upgradeTokens()
voteProposal(uint256 proposalID) returns (bool success)
withdrawCollateral(address token, uint256 amount)
Approval(address indexed owner, address indexed spender, uint256 value)
Deposit(address token, address user, uint256 amount, uint256 balance)
NewProposal(uint256 ProposalID)
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
ProposalAccepted(uint256 ProposalID)
Transfer(address indexed from, address indexed to, uint256 value)
Withdraw(address token, address user, uint256 amount, uint256 balance)
constructor(address _previousContract)
This contract contains no fallback and receive objects.
This contract contains no error objects.