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 "DwarfAI"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22706084 | a day ago | | | 0 | 8.9837209e-7 | |
| 22590068 | 4 days ago | | | 0 | 6.7031011e-7 | |
| 21753563 | 23 days ago | | | 0 | 0.000000305214250000 | |
| 21631227 | a month ago | | | 0 | 7.1379285e-7 | |
| 21337081 | a month ago | | | 0 | 1.4155733e-7 | |
| 21328091 | a month ago | | | 0 | 1.3525216e-7 | |
| 21074373 | a month ago | | | 0 | 0.000000600827290454 | |
| 20995272 | a month ago | | | 0 | 1.6669763e-7 | |
| 20899878 | a month ago | | | 0 | 6.2304529e-7 | |
| 20899590 | a month ago | | | 0 | 6.2431965e-7 |
ABI
ABI objects
Getter at block 22751994
TOTAL_MAX_SUPPLY() view returns (uint256)
1000000000000000
decimals() pure returns (uint8)
6
name() view returns (string)
DwarfAI
owner() view returns (address)
0x060efea74761591fe7059efc2e2624ee787c9a31
symbol() view returns (string)
DWF
totalSupply() view returns (uint256)
1000000000000000
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)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
withdrawToBridge(address _to)
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()
This contract contains no fallback and receive objects.
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)