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 "CardioCoin"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 6831781 | 6 years ago | | | 0 | 0.00024777000 | |
| 6831776 | 6 years ago | | | 0 | 0.00024841000 | |
| 6831766 | 6 years ago | | | 0 | 0.00024905000 | |
| 6831764 | 6 years ago | | | 0 | 0.00024777000 | |
| 6604230 | 6 years ago | | | 0 | 0.0025236000 | |
| 6604230 | 6 years ago | | | 0 | 0.0025300000 | |
| 6604223 | 6 years ago | | | 0 | 0.0025197000 | |
| 6437508 | 6 years ago | | | 0 | 0.0022260000 | |
| 6370396 | 6 years ago | | | 0 | 0.00088553600 | |
| 6370329 | 6 years ago | | | 0 | 0.00098439600 |
ABI
ABI objects
Getter at block 21263108
RESELLING_LOCK_UP_PERIOD() view returns (uint256)
18144000
RESELLING_UNLOCK_COUNT() view returns (uint256)
10
UNLOCK_PERIOD() view returns (uint256)
2592000
decimals() view returns (uint8)
18
name() view returns (string)
CardioCoin
owner() view returns (address)
0x41a809bff2fb1140f7da23736c9d97dc54c580c7
symbol() view returns (string)
CRDC
totalSupply() view returns (uint256)
50000000000000000000000000000
Read-only
balanceOf(address _owner) view returns (uint256)
lockedUpBalanceOf(address _owner) view returns (uint256)
lockerLockUpPeriod(address _operator) view returns (uint256)
lockerRole(address _operator) view returns (string)
lockerUnlockCount(address _operator) view returns (uint256)
resellingBalanceOf(address _owner) view returns (uint256)
State-modifying
Events addAddressToLockerList(address _operator, string role, uint256 lockUpPeriod, uint256 unlockCount)
addResellingAmount(address seller, uint256 amount)
burn(uint256 _value)
cancelReselling(address seller)
renounceOwnership()
resell(address seller, address buyer, uint256 amount) returns (bool)
subtractResellingAmount(address seller, uint256 _amount)
transfer(address _to, uint256 _value) returns (bool)
transferOwnership(address _newOwner)
transferWithLockUp(address _to, uint256 _value, uint256 lockUpPeriod, uint256 unlockCount) returns (bool)
AddToLocker(address owner, uint256 lockUpPeriod, uint256 unlockCount)
Burn(address indexed burner, uint256 value)
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Reselled(address seller, address buyer, uint256 amount)
ResellingAdded(address seller, uint256 amount)
ResellingSubtracted(address seller, uint256 amount)
TokenLocked(address owner, uint256 amount)
TokenUnlocked(address owner, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.