The latest block we've processed for this chain is 20897810, which is 1 minutes old. We're running behind the tip but working to resolve the issue.

Meta RPG

Verified contract

Active on Ethereum with 808 txns
Deployed by via 0xff0a6593 at 14415155
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Meta RPG"

0xc086022d9aa8443e76dce02cd25310c6bf7aaa679f5eb3e08370373d78f8b10b
0xa703653d913443b410c0d986d174ab40d199190f1a040386e23a45f4c99f843c
0x020e0b7656f376ca987aa04c965716ebed3a2ef6beb6035fa1bf94056622c012
0xc4292d6ad632286d0a59a449c29b903229d273f13178be921d163c35f213aede
From
0x86d0146af47e081db1933d286f7650f6e58995b39d45bdf64d9c609f89a23ebc
0xd5d88c260eca1ad5c3beb720c40b090d50ab202bf436b040f4c48d5ae435c674
0x52b5356ee3795605589c575c69ed7e8e221b16f1200e89e8cdd8a600c2d0c519
0xb49e69d07ccbebdad6375c5a3fbcece1731fa434d09ba79707a99e676fbfffd3
From
0x700eb39997bfb1b6f63064e3d31c5466e02fa8ef31909ed0973d02242f84ece6
0xf3e644b3971d88ebd66ee72d92daf6f3986e42115fa1d16b013c82664d9ef2c7

Functions
Getter at block 20897809
MAX_SUPPLY(view returns (uint256)
2500
allowedToContract(view returns (bool)
true
name(view returns (string)
Meta RPG
owner(view returns (address)
0x199d345db07a59d7272225e9f17c45183ddf58f0
price(view returns (uint256)
25000000000000000
saleOpen(view returns (bool)
true
symbol(view returns (string)
META
totalSupply(view returns (uint256)
2500
Read-only
_transferToContract(uint256view returns (bool)
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenByIndex(uint256 indexview returns (uint256)
tokenOfOwnerByIndex(address owneruint256 indexview returns (uint256)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
changePrice(uint256 _newPrice
flipSale(
mint(address _touint256 _countpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setAllowToContract(
setAllowTokenToContract(uint256 _tokenIdbool _allow
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
Minted(uint256 totalMinted
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string baseURI
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerIndexOutOfBounds(
OwnerQueryForNonexistentToken(
TokenIndexOutOfBounds(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(