AI42 Dust
Verified contract
Active on
Ethereum with 2,132 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "AI42 Dust"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20896504 | 2 months ago | | | 0 | 0.00019083518 | |
| 20440255 | 4 months ago | | | 0 | 0.00011504369 | |
| 20394340 | 4 months ago | | | 0 | 0.000044137168 | |
| 20394336 | 4 months ago | | | 0 | 0.000042918071 | |
| 20394330 | 4 months ago | | | 0 | 0.000043957644 | |
| 20394329 | 4 months ago | | | 0 | 0.000073452878 | |
| 20201692 | 5 months ago | | | 0 | 0.000073155929 | |
| 19988176 | 6 months ago | | | 0 | 0.00037761987 | |
| 19988157 | 6 months ago | | | 0 | 0.00044479707 | |
| 19827092 | 7 months ago | | | 0 | 0.00013373106 |
ABI
ABI objects
Getter at block 21262138
decimals() view returns (uint8)
18
name() view returns (string)
AI42 Dust
owner() view returns (address)
0x8f9e29495b6a0a45193c46d4dc415105c446eb65
symbol() view returns (string)
DUST
totalSupply() view returns (uint256)
8016281600000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address to, uint256 amount) returns (bool)
renounceOwnership()
setExtraMinter(address minter)
setMinter(address minter)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) 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(string name, string symbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.