PrimalBeasts
Verified contract
Active on
Ethereum with 2,820 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xa95e…2803
7 additional
variables
Balances ($0.00)
No balances found for "PrimalBeasts"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21333089 | 14 days ago | | | 0 | 0.00042720384 | |
| 21103121 | 2 months ago | | | 0 | 0.000099658700 | |
| 20648792 | 4 months ago | | | 0 | 0.000060926641 | |
| 20603427 | 4 months ago | | | 0 | 0.000022059708 | |
| 20584344 | 4 months ago | | | 0 | 0.00011095780 | |
| 20584270 | 4 months ago | | | 0 | 0.000065314474 | |
| 20584260 | 4 months ago | | | 0 | 0.000063011853 | |
| 19721961 | 8 months ago | | | 0 | 0.00046226602 | |
| 19172915 | 10 months ago | | | 0 | 0.0011592246 | |
| 18899719 | a year ago | | | 0 | 0.00097187202 |
ABI
ABI objects
Getter at block 21432008
MammothContract() view returns (address)
0xa95eca953ccf7ebf1a17018db14356da5ff92803
MerkleRoot() view returns (bytes32)
0x3fe7a801f136fe6babe496c5fa831e6a86a5ec2cc981e9086d3a21a258ddb582
babyTime() view returns (bool)
false
dailyMammoth() view returns (uint256)
5000000000000000000
mammothEnabled() view returns (bool)
true
migrateCurrency() view returns (bool)
false
name() view returns (string)
PrimalBeasts
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0x3cd70540a5ba69cda90299ee0ebf3bcf6775e791
pricePer() view returns (uint256)
77700000000000000
publicSaleStart() view returns (bool)
false
saleStart() view returns (bool)
false
symbol() view returns (string)
PB
totalSupply() view returns (uint256)
1000
Read-only
balanceGenesis(address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
calcNewReward(address from) view returns (uint256)
claimableReward(address) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getOwnershipData(uint256 tokenId) view returns (struct ERC721ATokenOwnership)
isApprovedForAll(address owner, address operator) view returns (bool)
lastClaimed(address) view returns (uint256)
minted(address) view returns (bool)
numberMinted(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId_) view returns (string)
State-modifying
Events activateMammoth(bool mammothGo)
addController(address owner, bool access)
approve(address to, uint256 tokenId)
babyCostChange(uint256 newCost)
breed(uint256 dad, uint256 mom)
changeCollectionSize(uint256 newCollectionSize)
claimRewards(address claimer)
emergencyBalanceGenesis(address to, uint256 balance)
mint(uint256 quantity) payable
mintMarketing(address to, uint256 quantity)
mintWL(bytes32[] merkleProof) payable
order66()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setGenSupply(uint256 newMax)
setMammoth(address mammothAddy)
setMerkle(bytes32 merkleRoot)
setOwnersExplicit(uint256 quantity)
setPrice(uint256 price)
setPublicSale(bool start)
setReward(address ownerAddress, uint256 newReward)
setTotalSupply(uint256 newMax)
setUnrevealedURI(string unrevealedURI_)
setWLSale(bool start)
setbabyTime(bool breedingReady)
setmigrateCurrency(bool abandonShip)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawMoney()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
babyMade(uint256 mom, uint256 dad, uint256 tokenIDBaby)
constructor(uint256 maxBatchSize_, uint256 collectionSize_, uint256 amountForAuctionAndDev_, uint256 amountForDevs_)
This contract contains no fallback and receive objects.
This contract contains no error objects.