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 |
---|---|---|---|---|---|
DEBRIS | ERC-20 | 1K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13569899 | 3 years ago | | | 0 | 0.0024549527 | |
| 13569899 | 3 years ago | | | 0 | 0.0024549527 | |
| 13569899 | 3 years ago | | | 0 | 0.0024549527 | |
| 7445472 | 6 years ago | | | 0 | 0.00010717752 | |
| 7445470 | 6 years ago | | | 0 | 0.00033383580 | |
| 7445456 | 6 years ago | | | 0 | 0.00057725370 | |
| 7253123 | 6 years ago | | | 0 | 0.0011456912 | |
| 7251580 | 6 years ago | | | 0 | 0.0011492136 | |
| 7203436 | 6 years ago | | | 0 | 0.00057284560 | |
| 7175224 | 6 years ago | | | 0 | 0.00096968850 |
ABI
ABI objects
Getter at block 21169667
decimals() view returns (uint8)
18
name() view returns (string)
DEBRIS
owner() view returns (address)
0x4766230d159a982ff8e65529364421603e81b44a
symbol() view returns (string)
DEBRIS
totalSupply() view returns (uint256)
4000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
checkContract(bytes32 _contractId) view returns (address sender, address receiver, uint256 amount, bytes32 hashlock, uint256 timelock, bytes32 secret)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
approveAndCall(address _spender, uint256 _amount, bytes _data)
close(bytes32 _contractId, bytes32 _secret) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
mint(address _to, uint256 _amount) returns (bool)
open(address _receiver, bytes32 _hashlock, uint256 _timelock, uint256 _amount) returns (bytes32 contractId)
refund(bytes32 _contractId) returns (bool)
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)
NewHashLockContract(bytes32 indexed contractId, address indexed sender, address indexed receiver, uint256 amount, bytes32 hashlock, uint256 timelock)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SwapClosed(bytes32 indexed contractId)
SwapRefunded(bytes32 indexed contractId)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string _name, string _symbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.