Wrapped AyeAyeCoin
Verified contract
Active on
Ethereum with 4,251 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "Wrapped AyeAyeCoin"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21244215 | 2 hours ago | | | 0 | 0.00052190351 | |
| 21244027 | 3 hours ago | | | 0 | 0.00077631604 | |
| 21243854 | 4 hours ago | | | 0 | 0.00089671206 | |
| 21243513 | 5 hours ago | | | 0 | 0.00080428196 | |
| 21242816 | 7 hours ago | | | 0 | 0.00056994743 | |
| 21242489 | 8 hours ago | | | 0 | 0.00052035484 | |
| 21242258 | 9 hours ago | | | 0 | 0.00052747565 | |
| 21241883 | 10 hours ago | | | 0 | 0.00055667423 | |
| 21241035 | 13 hours ago | | | 0 | 0.00028608623 | |
| 21239657 | 18 hours ago | | | 0 | 0.00053439150 |
ABI
ABI objects
Getter at block 21244896
decimals() pure returns (uint8)
0
name() view returns (string)
Wrapped AyeAyeCoin
symbol() view returns (string)
WAAC
totalSupply() view returns (uint256)
5474682
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
dropBoxes(address) view returns (address)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
claimAndWrap(uint256 value)
createDropBox()
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
unwrap(uint256 value)
wrap(uint256 value)
Approval(address indexed owner, address indexed spender, uint256 value)
ClaimedAndWrapped(uint256 indexed value, address indexed owner)
DropBoxCreated(address indexed owner)
Transfer(address indexed from, address indexed to, uint256 value)
Unwrapped(uint256 indexed value, address indexed owner)
Wrapped(uint256 indexed value, address indexed owner)
constructor()
This contract contains no fallback and receive objects.
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)