DEBITUM
Verified contract
Active on
Ethereum with 32,905 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($26.48)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
LPT | ERC-20 | 2.300886 | $11.51 |
$26.48 | |
| ERC-20 | 21M | -- | -- | |
| ERC-20 | 8.889K | -- | -- | |
MOAT | ERC-20 | 317 | -- | -- | |
IOV | ERC-20 | 40 | -- | -- | |
OLE | ERC-20 | 20 | -- | -- | |
BTL | ERC-20 | 18 | -- | -- | |
WIT | ERC-20 | 18 | -- | -- | |
HUR | ERC-20 | 15 | -- | -- | |
GOLD | ERC-20 | 8 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21159831 | 12 days ago | | | 0 | 0.0014363115 | |
| 21119455 | 18 days ago | | | 0 | 0.000052181978 | |
| 21061966 | a month ago | | | 0 | 0.00057963341 | |
| 20825637 | 2 months ago | | | 0 | 0.00072516457 | |
| 20516565 | 3 months ago | | | 0 | 0.000052275278 | |
| 20453043 | 4 months ago | | | 0 | 0.000053594000 | |
| 20453008 | 4 months ago | | | 0 | 0.000058322000 | |
| 20409176 | 4 months ago | | | 0 | 0.00013354962 | |
| 20237098 | 5 months ago | | | 0 | 0.00048245400 | |
| 20235218 | 5 months ago | | | 0 | 0.00041727600 |
ABI
ABI objects
Getter at block 21249051
decimals() view returns (uint8)
18
freezed() view returns (bool)
false
name() view returns (string)
DEBITUM
owner() view returns (address)
0xc61f8d5d6749844afa156f46a631f935358b4480
symbol() view returns (string)
DEB
totalSupply() view returns (uint256)
400000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
transfer(address _to, uint256 _value) returns (bool success)
transfer(address _to, uint256 _value, bytes _data) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value, bytes _data) returns (bool success)
transferOwnership(address newOwner)
unfreeze() returns (bool)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
ContractTransfer(address indexed _from, address indexed _to, uint256 _value, bytes _data)
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.