HVMTLForge
Verified contract
Active on
Ethereum with 21,647 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($3,138.24)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
APE | ERC-20 | 2.802K | $1.12 |
$3,138.24 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18489167 | a year ago | | | 0 | 0.00026536997 | |
| 18485739 | a year ago | | | 0 | 0.00076211306 | |
| 18485738 | a year ago | | | 0 | 0.00083942800 | |
| 18485732 | a year ago | | | 0 | 0.0015190324 | |
| 18485731 | a year ago | | | 0 | 0.0016202670 | |
| 18485721 | a year ago | | | 0 | 0.0013380333 | |
| 18485717 | a year ago | | | 0 | 0.0015665520 | |
| 18485712 | a year ago | | | 0 | 0.0017249131 | |
| 18485710 | a year ago | | | 0 | 0.0017048036 | |
| 18485709 | a year ago | | | 0 | 0.0016657846 |
ABI
ABI objects
Getter at block 21212701
apeCoinContract() view returns (address)
0x4d224452801aced8b2f0aebe155379bb5d594381
isForgePurchasesEnabled() view returns (bool)
false
operator() view returns (address)
0x39a6b72307b604086cc3502f0f6761dd07b66c4e
owner() view returns (address)
0xda7a4a45ce9c5b42102fcb456ae2532bed252a24
Read-only
getPurchasesByPlayer(address playerAddress) view returns (uint256)
State-modifying
Events purchase(uint256 quantity)
renounceOwnership()
setIsForgePurchasesEnabled(bool isEnabled)
setOperator(address _operator)
transferOwnership(address newOwner)
withdraw(address coinContract)
withdrawAPE()
ForgePurchase(address indexed playerAddress, uint256 indexed amountApePurchased)
OperatorChanged(address operator)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _apeCoinContract, address _operator)
This contract contains no fallback and receive objects.
ForgePurchasesNotEnabled()
OnlyOperatorError()
OperatorZeroAddressCheck()