AlpacaPresaleV2
Verified contract
Active on
Ethereum with 1,673 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
0xc7e5…5f27
-
variable spans 1 additional slot
Balances ($0.01)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ALPA | ERC-20 | 2.35 | $0.005995 |
$0.01 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13145729 | 3 years ago | | | 0 | 0.0029026197 | |
| 12320895 | 4 years ago | | | 0 | 0.0012638250 | |
| 12189679 | 4 years ago | | | 0.05 | 0.0046635640 | |
| 12189613 | 4 years ago | | | 0.05 | 0.0052547200 | |
| 12153238 | 4 years ago | | | 0.05 | 0.0088896200 | |
| 12150269 | 4 years ago | | | 0.1 | 0.016919936 | |
| 12148870 | 4 years ago | | | 0.1 | 0.020990504 | |
| 12144471 | 4 years ago | | | 0.05 | 0.0092800890 | |
| 12138593 | 4 years ago | | | 0.05 | 0.0061508700 | |
| 12124200 | 4 years ago | | | 0.05 | 0.0068212620 |
ABI
ABI objects
Getter at block 21289110
cryptoAlpaca() view returns (address)
0xc7e5e9434f4a71e6db978bd65b4d61d3593e5f27
endBlock() view returns (uint256)
13235042
getPresaleAlpacaCount() view returns (uint256)
0
maxAdoptionCount() view returns (uint256)
2
owner() view returns (address)
0xb01eca973bf5f9ba14a7c45d593f137530d1bf75
pricePerAlpaca() view returns (uint256)
50000000000000000
startBlock() view returns (uint256)
0
Read-only
allowedToAdopt(address _account) view returns (bool)
canAdoptCount(address _account) view returns (uint256)
getAdoptionCount(address _account) view returns (uint256)
getAdoptionPrice(uint256 _count) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events addToWhitelist(address[] _addresses)
adoptAlpaca(uint256 _count) payable
onERC1155BatchReceived(address, address, uint256[] ids, uint256[], bytes) returns (bytes4)
onERC1155Received(address, address, uint256 id, uint256, bytes) returns (bytes4)
reclaim(uint256 _id, address _to)
reclaimAll(address _to)
renounceOwnership()
setEndBlock(uint256 _block)
setMaxAdoptionCount(uint256 _maxAdoptionCount)
setPricePerAlpaca(uint256 _price)
setStartBlock(uint256 _block)
setWhitelistEnabled(bool _enabled)
transferOwnership(address newOwner)
withdraw(address _to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _cryptoAlpaca)
This contract contains no fallback and receive objects.
This contract contains no error objects.