Matty Marianski
Verified contract
Proxy
Active on
Ethereum with 21 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Matty Marianski"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15533268 | 2 years ago | | | 0 | 0.00093314187 | |
| 15533268 | 2 years ago | | | 0 | 0.00094576315 | |
| 15091393 | 2 years ago | | | 0 | 0.00083807379 | |
| 15091162 | 2 years ago | | | 0 | 0.0012073017 | |
| 15090550 | 2 years ago | | | 0 | 0.0018415106 | |
| 15090544 | 2 years ago | | | 0 | 0.0014740169 | |
| 15090458 | 2 years ago | | | 0 | 0.0010981212 | |
| 15090352 | 2 years ago | | | 0 | 0.0015780171 | |
| 15090352 | 2 years ago | | | 0 | 0.0017538611 | |
| 15090349 | 2 years ago | | | 0 | 0.0014129660 |
ABI
ABI objects
Getter at block 21217914
monaGalleryAddress() view returns (address)
0x1dd9558f812ca08f01bc26ec61d20b3a14eaf112
name() view returns (string)
Matty Marianski
newContract() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x1dd9558f812ca08f01bc26ec61d20b3a14eaf112
proxyRegistryAddress() view returns (address)
0xa5409ec958c83c3f309868babaca7c86dcb077c1
symbol() pure returns (string)
MONA
totalSupply() view returns (uint16)
4
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 tokenId, uint256 salePrice) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
State-modifying
Events _burnToMigrate(uint256 tokenId)
approve(address to, uint256 tokenId)
initialize(uint256 royalty, address royaltyAddress, address _monaGalleryAddress, address _openseaProxyRegistry, string name_)
mint(string uri)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setMonaGalleryAddress(address addr)
setNewContractAddress(address addr)
setOpenseaProxyRegistry(address addr)
setRoyaltyPercent(uint256 amount)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.