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 |
---|---|---|---|---|---|
AWG | ERC-20 | 2 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11010611 | 4 years ago | | | 0 | 0.00091720000 | |
| 11010544 | 4 years ago | | | 0 | 0.00089380200 | |
| 11010483 | 4 years ago | | | 0 | 0.0012611500 | |
| 11010379 | 4 years ago | | | 0 | 0.0011917360 | |
| 11010322 | 4 years ago | | | 0 | 0.0045884000 | |
| 11010286 | 4 years ago | | | 0 | 0.0045884000 | |
| 11010224 | 4 years ago | | | 0 | 0.0045884000 | |
| 11010207 | 4 years ago | | | 0 | 0.0045884000 | |
| 11010201 | 4 years ago | | | 0 | 0.0045884000 | |
| 11010193 | 4 years ago | | | 0 | 0.0021794900 |
ABI
ABI objects
Getter at block 21185475
cap() view returns (uint256)
30000000000000000000000000
decimals() view returns (uint8)
18
isOwner() view returns (bool)
false
name() view returns (string)
AWX
owner() view returns (address)
0xbb28b3b801929ae29dccd3874907f46a1fbf2010
paused() view returns (bool)
true
symbol() view returns (string)
AWX
totalSupply() view returns (uint256)
30000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isPauser(address account) view returns (bool)
whitelist(address) view returns (bool)
State-modifying
Events addPauser(address account)
addToWhitelist(address account)
approve(address spender, uint256 value) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
pause()
removeFromWhitelist(address account)
renounceOwnership()
renouncePauser()
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
PauserAdded(address indexed account)
PauserRemoved(address indexed account)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
WhitelistAdded(address indexed account)
WhitelistRemoved(address indexed account)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.