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 |
---|---|---|---|---|---|
DFT | ERC-20 | 210.72 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21304890 | 3 days ago | | | 0 | 0.00051987711 | |
| 20511487 | 4 months ago | | | 0 | 0.00044295600 | |
| 20491954 | 4 months ago | | | 0 | 0.00027582048 | |
| 20491952 | 4 months ago | | | 0 | 0.00027682346 | |
| 20491950 | 4 months ago | | | 0 | 0.00027912636 | |
| 20491948 | 4 months ago | | | 0 | 0.00026212650 | |
| 20491945 | 4 months ago | | | 0 | 0.00026410242 | |
| 20491943 | 4 months ago | | | 0 | 0.00025892777 | |
| 20491939 | 4 months ago | | | 0 | 0.00026808224 | |
| 20491645 | 4 months ago | | | 0 | 0.00041631829 |
ABI
ABI objects
Getter at block 21328944
decimals() view returns (uint8)
0
isOwner() view returns (bool)
false
name() view returns (string)
Digex
owner() view returns (address)
0x38f30c1b34b73d1d8d1e3f10e79c127bee37013e
symbol() view returns (string)
DIGEX
totalSupply() view returns (uint256)
21000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isRegistered(address account) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
approveAndCall(address spender, uint256 amount, bytes extraData) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
registerContract(address account)
transfer(address to, uint256 value) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unregisterContract(address account)
withdrawERC20(address ERC20Token, address recipient)
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(address initialOwner, address recipient)
This contract contains no fallback and receive objects.
This contract contains no error objects.