UtilitiesInteractions
Verified contract
Active on
Ethereum with 5,061 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xd816…3f0e
0x2cf6…8819
0xcf09…682b
0x2923…dec4
Balances ($0.00)
No balances found for "UtilitiesInteractions"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21244296 | 4 days ago | | | 0 | 0.00093589512 | |
| 21244294 | 4 days ago | | | 0 | 0.00094781193 | |
| 21208122 | 9 days ago | | | 0 | 0.0013864099 | |
| 21205233 | 10 days ago | | | 0 | 0.0012845746 | |
| 21103391 | 24 days ago | | | 0 | 0.00045659550 | |
| 21074005 | a month ago | | | 0 | 0.00055725652 | |
| 21023774 | a month ago | | | 0 | 0.00044823606 | |
| 21003944 | a month ago | | | 0 | 0.00085829726 | |
| 20995880 | a month ago | | | 0 | 0.0011011200 | |
| 20966071 | a month ago | | | 0 | 0.0011732777 |
ABI
ABI objects
Getter at block 21274480
MERGER_ORB() view returns (uint256)
2
MERGER_ORB_AMOUNT() view returns (uint256)
1490
bapGenesis() view returns (address)
0x2cf6be9aac1c7630d5a23af88c28275c70eb8819
bapTeenBulls() view returns (address)
0xcf099445347f0f006c19b90f1c1933eb9413682b
bapUtilities() view returns (address)
0x2923c3e5a0f10bc02d8c90287b2af45cd579dec4
masterContract() view returns (address)
0xd8162d9703d1c13476fee3f20adf2c6468683f0e
mergerOrbCounter() view returns (uint256)
1490
owner() view returns (address)
0x8426cc3b81cf17e0a1cc54b8d849dd780baac5e3
secret() view returns (address)
0xc8033181079b4a920cf5a3fd1a9f15fccc8c610f
withdrawCoolDown() view returns (uint256)
3600
Read-only
isGod(uint256) view returns (bool)
isResurrected(uint256) view returns (bool)
lastWithdraw(address) view returns (uint256)
usedSignatures(bytes) view returns (bool)
State-modifying
Events burnUtilities(uint256[] utilityIds, uint256[] amounts)
buyMergeOrb(uint256 teen)
generateTeenBull()
mintUtilities(uint256[] utilityIds, uint256[] amounts, uint256 timeOut, bytes signature)
offChainMergeOrb(uint256 teen, uint256 timeOut, bool offChainPayment, bool offChainMint, bytes signature)
onERC721Received(address, address, uint256 tokenId, bytes) returns (bytes4)
renounceOwnership()
replenishBreedings(uint256 utilityId, uint256 tokenId, bytes signature)
setIsResurrected(uint256[] tokenIds, bool boolean)
setSigner(address newSigner)
setWithdrawCoolDown(uint256 newCoolDown)
teenResurrect(uint256 utilityId, uint256 sacrificed, uint256 resurrected, uint256 timeOut, uint256 offChainUtility, bytes signature)
transferOwnership(address newOwner)
transferOwnershipExternalContract(address _contract, address _newOwner)
withdrawFromBank(uint256 amount, uint256 timeOut, bytes signature)
BreedingReplenish(address user, uint256 tokenId, uint256 timestamp)
MergerOrbBought(address user, uint256 timestamp)
MergerOrbOffChainMint(address user, uint256 timestamp)
MethWithdrawn(address user, uint256 amount, bytes signature, uint256 timestamp)
OffChainMethPayment(address user, uint256 amount, uint256 timestamp)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TeenResurrected(address user, uint256 sacrificed, uint256 resurrected, uint256 newlyMinted, uint256 offChainUtility)
UtilitiesMinted(address user, uint256[] utilityIds, uint256[] amounts, uint256 timestamp)
UtilityBurnedOffChain(address user, uint256 utilityId, uint256 timestamp)
UtilityBurnedOnChain(address user, uint256[] utilityIds, uint256[] amounts, uint256 timestamp)
constructor(address masterContractAddress, address genesisAddress, address teensAddress, address utilitiesAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.