MetaValley
Verified contract
Active on
Ethereum with 1,833 txns
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 "MetaValley"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18934341 | a year ago | | | 0 | 0.00049609103 | |
| 16841749 | 2 years ago | | | 0 | 0.0010934566 | |
| 16743089 | 2 years ago | | | 0 | 0.00059163105 | |
| 16709607 | 2 years ago | | | 0 | 0.00051340293 | |
| 16636467 | 2 years ago | | | 0 | 0.0025211458 | |
| 16586996 | 2 years ago | | | 0 | 0.0016354372 | |
| 16215557 | 2 years ago | | | 0 | 0.00029555973 | |
| 16142266 | 2 years ago | | | 0 | 0.0017226688 | |
| 16142266 | 2 years ago | | | 0 | 0.0018680589 | |
| 15223867 | 2 years ago | | | 0 | 0.00063802288 |
ABI
ABI objects
Getter at block 21390618
baseURI() view returns (string)
https://metavalley.s3.us-west-1.amazonaws.com/loot/
getPrice() view returns (uint256)
0
maxSupply() view returns (uint256)
999
name() view returns (string)
MetaValley
owner() view returns (address)
0xa400f99d8fed7de81362584a2f829148a58be596
saleStarted() view returns (bool)
true
symbol() view returns (string)
MV
totalSupply() view returns (uint256)
999
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)
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)
State-modifying
Events approve(address to, uint256 tokenId)
gift(uint256 _nbTokens, address _to)
mint(uint256 _nbTokens) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setAddressLimit(uint256 _limit)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _URI)
setPrice(uint256 _newPrice)
setSaleStarted(bool _isActive)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
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.