Metamorphosis
Verified contract
Active on
Ethereum with 762 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
0x3514…8a0c
Balances ($0.00)
No balances found for "Metamorphosis"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20646677 | 3 months ago | | | 0 | 0.000027297262 | |
| 19455954 | 8 months ago | | | 0 | 0.00081667797 | |
| 18903981 | a year ago | | | 0 | 0.00062232543 | |
| 18805120 | a year ago | | | 0 | 0.0014828343 | |
| 18800231 | a year ago | | | 0 | 0.0011119603 | |
| 17456014 | a year ago | | | 0 | 0.00040525415 | |
| 16794266 | 2 years ago | | | 0 | 0.0011891794 | |
| 16589108 | 2 years ago | | | 0 | 0.00056870240 | |
| 16403788 | 2 years ago | | | 0 | 0.00043802931 | |
| 16314354 | 2 years ago | | | 0 | 0.00043102987 |
ABI
ABI objects
Getter at block 21209171 creators() view returns (struct MetamorphosisCreator[])
CREATOR_MAX_TOKENS() view returns (uint256)
250
CREATOR_TOKENS() view returns (uint256)
10
MAX_FORM() view returns (uint256)
2
MAX_PURCHASE() view returns (uint256)
10
MAX_TOKENS() view returns (uint256)
7500
getAdmins() view returns (address[] admins)
[]
name() view returns (string)
Metamorphosis
owner() view returns (address)
0x0230eb061179a2616712124c1989e1f2e1eab33e
symbol() view returns (string)
MORPH
Read-only
assetURI(uint256 assetId) view returns (string)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getFeeBps(uint256) view returns (uint256[] bps)
getFeeRecipients(uint256) view returns (address[] recipients)
getRoyalties(uint256) view returns (address[] recipients, uint256[] bps)
isAdmin(address admin) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256, uint256 value) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenForm(uint256 tokenId) view returns (uint256)
tokenTotalCount(uint256 tokenId) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events activate(uint256 maxPurchase, uint256 maxForm)
approve(address to, uint256 tokenId)
approveAdmin(address admin)
burn(uint256 tokenId)
configureNFTs(uint256 form, struct MetamorphosisCreatorNFTConfig[] nftConfigs)
deliver(address, uint256 listingId, uint256 assetId, address to, uint256, uint256 index) returns (uint256)
morph(uint256 tokenId, uint256[] burnedTokenIds)
renounceOwnership()
revokeAdmin(address admin)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setAssetURI(string uri)
setCreators(struct MetamorphosisCreator[] creators_)
setListing(address marketplace, uint256 listingId)
setMaxForm(uint256 maxForm)
setTransferLock(bool lock)
sign()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateRoyalties(address recipient, uint256 bps)
updateTokenURIParts(string[] uriParts)
AdminApproved(address indexed account, address indexed sender)
AdminRevoked(address indexed account, address indexed sender)
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)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.