Wrapped ANC Token
Verified contract
Active on
Ethereum with 17,192 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($8.02)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ANKR | ERC-20 | 214.598723 | $0.029181 |
$6.26 | |
ANC | ERC-20 | 212.205325 | $0.008288 |
$1.76 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21123482 | 5 days ago | | | 0 | 0.00049051263 | |
| 21119833 | 6 days ago | | | 0 | 0.00024694425 | |
| 21041498 | 17 days ago | | | 0 | 0.00029925000 | |
| 21041041 | 17 days ago | | | 0 | 0.00023648630 | |
| 21039740 | 17 days ago | | | 0 | 0.00020813400 | |
| 21028265 | 19 days ago | | | 0 | 0.00062204400 | |
| 20865998 | a month ago | | | 0 | 0.0023524500 | |
| 20809944 | 2 months ago | | | 0 | 0.00037797430 | |
| 20809877 | 2 months ago | | | 0 | 0.00036973314 | |
| 20634773 | 2 months ago | | | 0 | 0.00028503750 |
ABI
ABI objects
Getter at block 21161082
decimals() view returns (uint8)
18
name() view returns (string)
Wrapped ANC Token
owner() view returns (address)
0x9123077acafb3d743c68418304b2a11566cc1175
symbol() view returns (string)
ANC
totalSupply() view returns (uint256)
6354089013579000000000000
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, bytes32 to)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address account, uint256 amount)
renounceOwnership()
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)
Burn(address indexed _sender, bytes32 indexed _to, uint256 amount)
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.
This contract contains no error objects.