Wrapped ACME
Verified contract
Active on
Ethereum with 1,731 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($487.43)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WACME | ERC-20 | 52.938015K | $0.009208 |
$487.43 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21262308 | 8 hours ago | | | 0 | 0.00023849218 | |
| 21261152 | 12 hours ago | | | 0 | 0.00046402994 | |
| 21256809 | a day ago | | | 0 | 0.00040544192 | |
| 21247808 | 2 days ago | | | 0 | 0.00049524949 | |
| 21237275 | 4 days ago | | | 0 | 0.00080576455 | |
| 21237262 | 4 days ago | | | 0 | 0.00087646732 | |
| 21226593 | 5 days ago | | | 0 | 0.00041790471 | |
| 21214729 | 7 days ago | | | 0 | 0.00031477612 | |
| 21203018 | 9 days ago | | | 0 | 0.00053807076 | |
| 21200727 | 9 days ago | | | 0 | 0.00057969943 |
ABI
ABI objects
Getter at block 21264734
decimals() view returns (uint8)
8
name() view returns (string)
Wrapped ACME
owner() view returns (address)
0xba050938970c8eaeda3e970b571a6fe463db7d0e
paused() view returns (bool)
false
symbol() view returns (string)
WACME
totalSupply() view returns (uint256)
2415764382506983
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)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address to, uint256 amount)
pause()
renounceOwnership()
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) 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)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor(string name, string symbol, uint8 decimals)
This contract contains no fallback and receive objects.
This contract contains no error objects.