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 |
---|---|---|---|---|---|
ada | ERC-20 | 50K | -- | -- | |
AVO | ERC-20 | 2.6K | -- | -- | |
INSUR | ERC-20 | 100 | -- | -- | |
INSUR | ERC-20 | 100 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21112276 | 7 days ago | | | 0 | 0.00017594447 | |
| 21111143 | 7 days ago | | | 0 | 0.000097026031 | |
| 21111137 | 7 days ago | | | 0 | 0.00014462615 | |
| 21091335 | 10 days ago | | | 0 | 0.00021403884 | |
| 21041874 | 17 days ago | | | 0 | 0.00026465685 | |
| 21041605 | 17 days ago | | | 0 | 0.00033282074 | |
| 20848944 | a month ago | | | 0 | 0.00017390308 | |
| 20689233 | 2 months ago | | | 0 | 0.000043834606 | |
| 20618498 | 2 months ago | | | 0 | 0.00012981158 | |
| 20531033 | 3 months ago | | | 0 | 0.000069489000 |
ABI
ABI objects
Getter at block 21160636
CAP() view returns (uint256)
1000000000000000000000000000000
DROP() view returns (uint256)
100000000000000000000000000
RESERVE() view returns (uint256)
100000000000000000000000000000
decimals() view returns (uint8)
18
mintingFinished() view returns (bool)
true
name() view returns (string)
Avocado
owner() view returns (address)
0x11632fc9ae97ad403addf9d1df014eab2550d1b7
symbol() view returns (string)
AVO
totalSupply() view returns (uint256)
899802510019999999999899999900
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events airdrop(string message, address[] recipients)
approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _value)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
finishMinting() returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
mint(address _to, uint256 _amount) returns (bool)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed burner, uint256 value)
Mint(address indexed to, uint256 amount)
MintFinished()
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.