Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x2ad8…e5c8
Balances ($10,010.09)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 10K | $1.001 |
$10,010 | |
DEV | ERC-20 | 103.889384 | $0.000821 |
$0.09 | |
DEV | ERC-20 | 100K | -- | -- | |
ORN | ERC-20 | 0.5 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21157082 | 5 hours ago | | | 0 | 0.00050198821 | |
| 21134379 | 3 days ago | | | 0 | 0.00023223338 | |
| 21114080 | 6 days ago | | | 0 | 0.00029574852 | |
| 21105850 | 7 days ago | | | 0 | 0.000073300177 | |
| 21105847 | 7 days ago | | | 0 | 0.000074450493 | |
| 21048090 | 15 days ago | | | 0 | 0.00023245550 | |
| 20986267 | 24 days ago | | | 0 | 0.00052042227 | |
| 20982392 | 25 days ago | | | 0 | 0.00023010900 | |
| 20960754 | a month ago | | | 0 | 0.00036535441 | |
| 20899038 | a month ago | | | 0 | 0.00032870908 |
ABI
ABI objects
Getter at block 21158701
configAddress() view returns (address)
0x1d415aa39d647834786eb9b5a333a50e9935b796
decimals() view returns (uint8)
18
name() view returns (string)
Dev
symbol() view returns (string)
DEV
totalSupply() view returns (uint256)
9758945468463642209342100
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isMinter(address account) view returns (bool)
State-modifying
Events addMinter(address account)
approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
deposit(address _to, uint256 _amount) returns (bool)
depositFrom(address _from, address _to, uint256 _amount) returns (bool)
fee(address _from, uint256 _amount) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address account, uint256 amount) returns (bool)
renounceMinter()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
MinterAdded(address indexed account)
MinterRemoved(address indexed account)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _config)
This contract contains no fallback and receive objects.
This contract contains no error objects.