MoonRingGenesis
Verified contract
Active on
Ethereum with 1,106 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "MoonRingGenesis"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21155336 | 7 hours ago | | | 0 | 0.00071480088 | |
| 21057947 | 14 days ago | | | 0 | 0.00045539741 | |
| 20917798 | a month ago | | | 0 | 0.00051171661 | |
| 20814192 | 2 months ago | | | 0 | 0.0016539089 | |
| 20594633 | 3 months ago | | | 0 | 0.000035122511 | |
| 20368495 | 4 months ago | | | 0 | 0.00022330362 | |
| 20314185 | 4 months ago | | | 0 | 0.00094714181 | |
| 20289812 | 4 months ago | | | 0 | 0.00018379241 | |
| 20284382 | 4 months ago | | | 0 | 0.00045051978 | |
| 20283360 | 4 months ago | | | 0 | 0.00029636165 |
ABI
ABI objects
Getter at block 21157474
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MINTER_ROLE() view returns (bytes32)
0x9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a6
PAUSER_ROLE() view returns (bytes32)
0x65d7a28e3265b37a6474929f336521b332c1681b933f6cb9f3376673440d862a
baseExtension() view returns (string)
.json
baseURI() view returns (string)
https://yf.yuliverse.com/cfg/mr/
isLock() view returns (bool)
true
name() view returns (string)
MoonRingGenesis
paused() view returns (bool)
false
symbol() view returns (string)
MRG
totalSupply() view returns (uint256)
1000
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getRoleAdmin(bytes32 role) view returns (bytes32)
getTokenIdMintInfo(uint256 tokenId) view returns (struct MoonRingGenesisMintInfo)
hasRole(bytes32 role, address account) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
platformMap(uint256) view returns (bool)
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)
walletOfOwner(address _owner) view returns (uint256[])
whitelist(address) view returns (bool)
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
grantRole(bytes32 role, address account)
pause()
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
safeMint(address to, uint256 platform)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseExtension(string _newBaseExtension)
setBaseURI(string _newBaseURI)
setLock(bool _value)
setPlatform(uint256 _new, bool _val)
setWhitelist(address to, bool _value)
transferFrom(address from, address to, uint256 tokenId)
unpause()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BatchMetadataUpdate(uint256 _fromTokenId, uint256 _toTokenId)
MetadataUpdate(uint256 _tokenId)
Paused(address account)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor()
fallback()
This contract contains no error objects.