MEGAMI
Verified contract
Active on
Ethereum with 11,072 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
0x57f1…ea85 (#8032963742834979883059605720962656555148522659328923408580088957543115030023) | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21248810 | 4 days ago | | | 0 | 0.00046051492 | |
| 21242004 | 5 days ago | | | 0 | 0.00045808351 | |
| 21209976 | 9 days ago | | | 0 | 0.00052794965 | |
| 21189808 | 12 days ago | | | 0 | 0.00047977989 | |
| 21186205 | 12 days ago | | | 0 | 0.0015260629 | |
| 21185701 | 12 days ago | | | 0 | 0.0014140531 | |
| 21185582 | 12 days ago | | | 0 | 0.0015076185 | |
| 21134787 | 19 days ago | | | 0 | 0.0012656328 | |
| 21105681 | 24 days ago | | | 0 | 0.000074304000 | |
| 21104758 | 24 days ago | | | 0 | 0.000086688000 |
ABI
ABI objects
Getter at block 21274303
getFundManagerContract() view returns (address)
0xde7907b00818797868ec7c11707924c10e341c13
getSalesContract() view returns (address)
0x6b81ba5272639267a9fdc087d91f005f5f36372f
name() view returns (string)
MEGAMI
owner() view returns (address)
0x2c846fe59f8cdb757352def5f6dfa9d83e7ae19e
symbol() view returns (string)
MEGAMI
totalSupply() view returns (uint256)
9775
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getRaribleV2Royalties(uint256) view returns (struct LibPartPart[])
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256, uint256 _salePrice) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
emergencyWithdraw(address recipient)
forwardERC20s(address token, uint256 amount)
mint(uint256 _tokenId, address _address)
moveFundToManager()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseTokenURI(string newBaseTokenURI)
setDefaultPercentageBasisPoints(uint96 newDefaultPercentageBasisPoints)
setDefaultRoyaltiesReceipientAddress(address newDefaultRoyaltiesReceipientAddress)
setFundManagerContract(address contractAddr)
setSalesContract(address newSalesContractAddr)
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)
RoyaltiesSet(uint256 tokenId, struct LibPartPart[] royalties)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address fundManagerContractAddress)
receive()
This contract contains no error objects.