BAPOrchestratorV3
Verified contract
Active on
Ethereum with 43,862 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x2cf6…8819
0xd816…3f0e
0xd816…3f0e
0xcf09…682b
0xa4e4…43ba
Balances ($0.00)
No balances found for "BAPOrchestratorV3"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17304369 | a year ago | | | 0 | 0.0030885977 | |
| 17304365 | a year ago | | | 0 | 0.0027474377 | |
| 17304361 | a year ago | | | 0 | 0.0026437398 | |
| 17304357 | a year ago | | | 0 | 0.0027503665 | |
| 17304350 | a year ago | | | 0 | 0.0027648829 | |
| 17304344 | a year ago | | | 0 | 0.0028700976 | |
| 17304339 | a year ago | | | 0 | 0.0031176198 | |
| 17304332 | a year ago | | | 0 | 0.0027474123 | |
| 17304327 | a year ago | | | 0 | 0.0025201298 | |
| 17304322 | a year ago | | | 0 | 0.0029300064 |
ABI
ABI objects
Getter at block 21158309
bapGenesis() view returns (address)
0x2cf6be9aac1c7630d5a23af88c28275c70eb8819
bapMeth() view returns (address)
0xd8162d9703d1c13476fee3f20adf2c6468683f0e
bapOrchestratorV2() view returns (address)
0xa4e40785f03103215ffe03e707f7c2f4d78643ba
bapTeenBulls() view returns (address)
0xcf099445347f0f006c19b90f1c1933eb9413682b
bapUtilities() view returns (address)
0xd8162d9703d1c13476fee3f20adf2c6468683f0e
claimFlag() view returns (bool)
true
owner() view returns (address)
0x3689540e39ac2e01f15942b099dba0fe14d471c2
powerCooldown() view returns (uint256)
1209600
project() view returns (string)
Bulls & Apes Project
refundFlag() view returns (bool)
false
secret() view returns (address)
0xb1bbe302bb74f45564258a8eb00e7852230a33ff
startTime() view returns (uint256)
1665291600
timeCounter() view returns (uint256)
86400
treasuryWallet() view returns (address)
0xb207801d0fa6afe0c47e9d062adbe9894832df38
Read-only
availableForRefund(uint256 tokenId) view returns (bool)
breedings(uint256 tokenId) view returns (uint256)
breedingsLeft(uint256) view returns (uint256)
claimedMeth(uint256) view returns (uint256)
claimedTeenMeth(uint256) view returns (uint256)
getClaimableMeth(uint256 tokenId, uint256 _type) view returns (uint256)
getOldClaimableMeth(uint256 tokenId, bool isGod) view returns (uint256 methAmount)
godBulls(uint256 tokenId) view returns (bool)
isGod(uint256) view returns (bool)
isResurrected(uint256 tokenId) view returns (bool)
lastChestOpen(uint256) view returns (uint256)
prevClaimed(uint256) view returns (bool)
userLastClaim(address) view returns (uint256)
State-modifying
Events breedAndIncubate(bytes signature, uint256 bull1, uint256 bull2)
buyIncubator(bytes signature, uint256 bull1, uint256 bull2)
buyMergeOrb(uint256 teen)
buyOrbAndSummon(uint256 teen, bytes signature, uint256 bull1, uint256 bull2, uint256 bull3, uint256 bull4)
claimAllMeth(uint256[] bulls, uint256[] gods, uint256[] teens, uint256 amount, uint256 seed, bytes signature)
claimMeth(uint256[] bulls, uint256[] gods, uint256[] teens)
claimTeenMeth(uint256 amount, uint256 seed, bytes signature)
generateGodBull(bytes signature, uint256 bull1, uint256 bull2, uint256 bull3, uint256 bull4)
generateTeenBull()
initializeGodBull(uint256[] gods, bool godFlag)
onERC721Received(address, address, uint256 tokenId, bytes) returns (bytes4)
openChest(uint256 godId, uint256 guild, uint256 seed, bool hasPower, bytes signature)
refund(uint256 tokenId)
renounceOwnership()
setClaimFlag(bool _claimFlag)
setGenesisContract(address _newAddress)
setMethaneContract(address _newAddress)
setPowerCooldown(uint256 _powerCooldown)
setRefundFlag(bool _refundFlag)
setTeenBullsContract(address _newAddress)
setTimeCounter(uint256 _timeCounter)
setTreasuryWallet(address _newTreasuryWallet)
setUtilitiesContract(address _newAddress)
setWhitelistedAddress(address _secret)
teenAirdrop(address _to, uint256 amount)
transferExternalOwnership(address _contract, address _newOwner)
transferOwnership(address newOwner)
useItem(uint256 item, uint256 tokenId, uint256 godId, uint256 resurrected, bytes signature)
utilitiesAirdrop(address _to, uint256 amount, uint256 utility)
CHEST_OPENED(uint256 num, uint256 godId, uint256 prize, uint256 timestamp)
GOD_MINTED(address user, uint256 id, uint256 timestamp)
METH_CLAIMED(address user, uint256 amount, uint256 timestamp)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TEEN_RESURRECTED(address user, uint256 sacrificed, uint256 resurrected, uint256 newlyMinted)
constructor(address _bapGenesis, address _bapMethane, address _bapUtilities, address _bapTeenBulls, address _orchestratorV2)
This contract contains no fallback and receive objects.
This contract contains no error objects.