JimmyTheMonkeyBuffs
Verified contract
Active on
Ethereum with 74,036 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "JimmyTheMonkeyBuffs"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16852568 | 2 years ago | | | 0 | 0.00033427692 | |
| 16580501 | 2 years ago | | | 0 | 0.00076969297 | |
| 16551799 | 2 years ago | | | 0 | 0.00042267600 | |
| 16551799 | 2 years ago | | | 0 | 0.00042267600 | |
| 16551799 | 2 years ago | | | 0 | 0.00042267600 | |
| 16551799 | 2 years ago | | | 0 | 0.00042267600 | |
| 16509831 | 2 years ago | | | 0 | 0.00040363314 | |
| 16509823 | 2 years ago | | | 0 | 0.00037462806 | |
| 16509822 | 2 years ago | | | 0 | 0.00038969840 | |
| 16509816 | 2 years ago | | | 0 | 0.00039853659 |
ABI
ABI objects
Getter at block 21272222
apeCoinContract() view returns (address)
0x4d224452801aced8b2f0aebe155379bb5d594381
buffCost() view returns (uint256)
2000000000000000000
buffPurchasesEnabled() view returns (bool)
false
buffTimeIncrease() view returns (uint256)
660
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()
purchaseBuff()
renounceOwnership()
setBuffCost(uint256 _buffCost)
setBuffTimeIncrease(uint256 _buffTimeIncrease)
setOperator(address _operator)
transferOwnership(address newOwner)
withdraw(address coinContract)
BuffPurchased(address indexed playerAddress, uint256 indexed buffTimestamp)
OperatorChanged(address operator)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _apeCoinContract, uint256 _buffCost, address _operator)
This contract contains no fallback and receive objects.
BuffPurchasesNotEnabled()
OnlyOperatorError()
OperatorZeroAddressCheck()