JimmyTheMonkeyBuffsV2
Verified contract
Active on
Ethereum with 105,615 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($7.86)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
APE | ERC-20 | 6 | $1.31 |
$7.86 | |
EGGT | ERC-20 | 6 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17094377 | 2 years ago | | | 0 | 0.00085931274 | |
| 16840706 | 2 years ago | | | 0 | 0.00060115501 | |
| 16840706 | 2 years ago | | | 0 | 0.00060115501 | |
| 16840706 | 2 years ago | | | 0 | 0.00060115501 | |
| 16840706 | 2 years ago | | | 0 | 0.00060115501 | |
| 16840706 | 2 years ago | | | 0 | 0.00060115501 | |
| 16840706 | 2 years ago | | | 0 | 0.00060115501 | |
| 16840706 | 2 years ago | | | 0 | 0.00060115501 | |
| 16840706 | 2 years ago | | | 0 | 0.00060115501 | |
| 16736587 | 2 years ago | | | 0 | 0.00055129480 |
ABI
ABI objects
Getter at block 21283872
BUFF_TIME_INCREASE() view returns (uint256)
600
BUFF_TIME_INCREASE_PADDING() view returns (uint256)
60
MAX_BUFFS_PER_TRANSACTIONS() view returns (uint256)
48
apeCoinContract() view returns (address)
0x4d224452801aced8b2f0aebe155379bb5d594381
buffCost() view returns (uint256)
2000000000000000000
buffPurchasesEnabled() view returns (bool)
false
jimmyTheMonkeyBuffsV1Contract() view returns (address)
0xb9352485e9867b4956ec1feb05bf276ad6fbc91a
operator() view returns (address)
0xda7a4a45ce9c5b42102fcb456ae2532bed252a24
owner() view returns (address)
0xda7a4a45ce9c5b42102fcb456ae2532bed252a24
Read-only
getBuffTimestampForPlayer(address playerAddress) view returns (uint256)
getRemainingBuffTimeInSeconds(address playerAddress) view returns (uint256)
playerAddressToBuffTimestamp(address) view returns (uint256)
State-modifying
Events flipBuffPurchasesEnabled()
purchaseBuffs(uint256 quantity)
renounceOwnership()
setOperator(address _operator)
transferOwnership(address newOwner)
withdraw(address coinContract)
BuffPurchased(address indexed playerAddress, uint256 indexed buffTimestamp, uint256 quantityPurchased)
OperatorChanged(address operator)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _apeCoinContract, uint256 _buffCost, address _operator, address _jimmyTheMonkeyBuffsV1Contract)
This contract contains no fallback and receive objects.
BuffPurchasesNotEnabled()
InvalidInput()
OnlyOperatorError()
OperatorZeroAddressCheck()