Anyswap
Verified contract
Active on
Ethereum with 15,989 txns
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 |
---|---|---|---|---|---|
HQG | ERC-20 | 3 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21227802 | 2 days ago | | | 0 | 0.00020476457 | |
| 21227799 | 2 days ago | | | 0 | 0.00021082440 | |
| 21225463 | 3 days ago | | | 0 | 0.00052251843 | |
| 21221383 | 3 days ago | | | 0 | 0.00061349600 | |
| 21218944 | 4 days ago | | | 0 | 0.00024392160 | |
| 21213690 | 4 days ago | | | 0 | 0.00063358423 | |
| 21208759 | 5 days ago | | | 0 | 0.00044725764 | |
| 21208746 | 5 days ago | | | 0 | 0.00067428610 | |
| 21208561 | 5 days ago | | | 0 | 0.00035477150 | |
| 21142763 | 14 days ago | | | 0 | 0.00055670383 |
ABI
ABI objects
Getter at block 21244908
decimals() view returns (uint8)
18
name() view returns (string)
Anyswap
owner() view returns (address)
0x4464fc279180045b1f57beacfa0d82e9cd4235cd
symbol() view returns (string)
ANY
totalSupply() view returns (uint256)
7604208536777723279664616
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events Swapin(bytes32 txhash, address account, uint256 amount) returns (bool)
Swapout(uint256 amount, address bindaddr) returns (bool)
approve(address spender, uint256 amount) returns (bool)
changeDCRMOwner(address newOwner) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
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)
LogChangeDCRMOwner(address indexed oldOwner, address indexed newOwner, uint256 indexed effectiveHeight)
LogSwapin(bytes32 indexed txhash, address indexed account, uint256 amount)
LogSwapout(address indexed account, address indexed bindaddr, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name, string symbol, uint8 decimals)
This contract contains no fallback and receive objects.
This contract contains no error objects.