Debit Coin
Verified contract
Active on
Ethereum with 858 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 2 additional slots
Balances ($0.00)
No balances found for "Debit Coin"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 7139927 | 6 years ago | | | 0 | 0.000088988000 | |
| 6881317 | 6 years ago | | | 0 | 0.000089847200 | |
| 6881281 | 6 years ago | | | 0 | 0.000091631601 | |
| 6873559 | 6 years ago | | | 0 | 0.00035157600 | |
| 6869588 | 6 years ago | | | 0 | 0.00021625600 | |
| 6839451 | 6 years ago | | | 0 | 0.00026954160 | |
| 6826957 | 6 years ago | | | 0 | 0.00037844800 | |
| 6813465 | 6 years ago | | | 0 | 0.00048657600 | |
| 6807783 | 6 years ago | | | 0 | 0.00027032000 | |
| 6797005 | 6 years ago | | | 0 | 0.00027000000 |
ABI
ABI objects
Getter at block 21320031
Sales() view returns (uint256 tokens, uint256 startDate, uint256 endDate)
(tokens=0, startDate=0, endDate=0)
decimals() view returns (uint256)
8
discount() view returns (uint8)
0
name() view returns (string)
Debit Coin
paused() view returns (bool)
true
price() view returns (uint256)
0
receivedEther() view returns (uint256)
0
symbol() view returns (string)
DEBC
totalSupply() view returns (uint256)
1000000000000000000
Read-only
balanceOf(address _holder) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
approveAndCall(address _spender, uint256 _value, bytes _extraData) returns (bool success)
burn(uint256 _value) returns (bool success)
burnFrom(address _from, uint256 _value) returns (bool success)
changeDiscount(uint8 _discount) returns (bool)
changePrice(uint256 _price) returns (bool success)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
pause()
startCrowd(uint256 _tokens, uint256 _startDate, uint256 _endDate)
transfer(address _to, uint256 _value)
transferEthFromContract(address _to, uint256 amount)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferOwnership(address newOwner)
transferTokensFromContract(address _to, uint256 _value)
transfertWDiscount(address _spender, uint256 amount) returns (bool)
unpause()
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Burn(address indexed from, uint256 value)
CrowdSaleFinished(address indexed owner, string indexed text)
EPause(address indexed owner, string indexed text)
EUnpause(address indexed owner, string indexed text)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
fallback()
This contract contains no error objects.