Deepfin Coin
Verified contract
Active on
Ethereum with 19 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
EKT | ERC-20 | 10 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16699033 | 2 years ago | | | 0 | 0.0016704725 | |
| 11620685 | 4 years ago | | | 0 | 0.0025545760 | |
| 11036754 | 4 years ago | | | 0 | 0.00084239050 | |
| 10934991 | 4 years ago | | | 0 | 0.0023258081 | |
| 10490041 | 4 years ago | | | 0 | 0.0022869600 | |
| 10152398 | 5 years ago | | | 0 | 0.0022876800 | |
| 8249988 | 5 years ago | | | 0 | 0.00022372800 | |
| 7385938 | 6 years ago | | | 0 | 0.00018644000 | |
| 6860283 | 6 years ago | | | 0 | 0.00030322166 | |
| 6535382 | 6 years ago | | | 0 | 0.00029596198 |
ABI
ABI objects
Getter at block 21286564 burnBalance() view returns (uint256)
decimals() view returns (uint8)
18
name() view returns (string)
Deepfin Coin
owner() view returns (address)
0xa51b1202c1269257ed4cb5dcd1c28b05138641b4
stopped() view returns (bool)
false
symbol() view returns (string)
DFC
totalSupply() view returns (uint256)
6000000000000000000000000000
version() view returns (string)
v1.0
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
batchTransfer(address[] _addresses, uint256[] _value) returns (bool)
burn(uint256 _value)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
start()
stop()
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) 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()
This contract contains no fallback and receive objects.
This contract contains no error objects.