Morphys
Verified contract
Active on
Ethereum with 1,353 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
2 additional
variables
Balances ($3,774.95)
Native
Value
$3,774.95
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 1.21 | $3,119.79 |
$3,774.95 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21084901 | 19 days ago | | | 0 | 0.00041229924 | |
| 21084112 | 19 days ago | | | 0 | 0.00068354423 | |
| 20976206 | a month ago | | | 0 | 0.00046133032 | |
| 20638412 | 3 months ago | | | 0 | 0.000071915954 | |
| 20636897 | 3 months ago | | | 0 | 0.000056122800 | |
| 20633891 | 3 months ago | | | 0 | 0.00010837216 | |
| 20453346 | 3 months ago | | | 0 | 0.000027238000 | |
| 19202219 | 9 months ago | | | 0 | 0.0010430548 | |
| 19155253 | 9 months ago | | | 0 | 0.00044131295 | |
| 19155252 | 9 months ago | | | 0 | 0.00044690417 |
ABI
ABI objects
Getter at block 21223404
MAX_MORPHYS() view returns (uint256)
10000
agingPricingThreshold() view returns (uint256)
40320
currentSeasonalCollectionURI() view returns (string)
ipfs://QmYumiccJeH1Pm4gfpHw7cB5pB8qEBWqzAcP3v1gfynDba/
flowtysContract() view returns (address)
0x52607cb9c342821ea41ad265b9bb6a23bea49468
lastFlowtyMintedBlock() view returns (uint256)
13263728
maxPerMint() view returns (uint256)
100
mintingIsActive() view returns (bool)
false
mintingMaxPrice() view returns (uint256)
30000000000000000
mintingPriceTier1() view returns (uint256)
0
mintingPriceTier2() view returns (uint256)
0
mintingPriceTier3() view returns (uint256)
0
morhpingAgeThreeshold() view returns (uint8)
0
morphingIsActive() view returns (bool)
false
morphingPrice() view returns (uint256)
10000000000000000
name() view returns (string)
Morphys
owner() view returns (address)
0x5bf79ed30cf295401e2bdfc4431af8b1cdf038f1
symbol() view returns (string)
MORPHY
totalSupply() view returns (uint256)
1802
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getTotalPrice(uint256[] tokenIds) view returns (uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
mintPrice(uint256 tokenId) view returns (uint256)
mintPriceForAll(uint256[] tokenIds) 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 approve(address to, uint256 tokenId)
flipMintingState()
flipMorphingState()
mintMorphy(uint256[] tokenIds) payable
morphSeason(uint256[] tokenIds) payable
renounceOwnership()
reserveMorphys()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setCurrentCollectionBaseURI(string newuri)
setMintMax(uint256 newMax)
setMintingMaxCost(uint256 newCostTier1, uint256 newCostTier2, uint256 newCostTier3, uint256 newCostMax)
setMorphingCost(uint256 newCost)
setMorphingFreeStage(uint8 age)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
MorphyMinted(uint256 tokenId)
MorphyUpdated(uint256 tokenId, string newBaseURI)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string baseURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.