ogrevillage.wtf
Verified contract
Active on
Ethereum with 417 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 "ogrevillage.wtf"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18305629 | a year ago | | | 0 | 0.00013702978 | |
| 16608062 | 2 years ago | | | 0 | 0.00069444290 | |
| 16145290 | 2 years ago | | | 0 | 0.00063186188 | |
| 16145290 | 2 years ago | | | 0 | 0.00063186188 | |
| 16145290 | 2 years ago | | | 0 | 0.00089297234 | |
| 16145290 | 2 years ago | | | 0 | 0.00090490982 | |
| 16145290 | 2 years ago | | | 0 | 0.0011660203 | |
| 16145290 | 2 years ago | | | 0 | 0.00063186188 | |
| 16145290 | 2 years ago | | | 0 | 0.00063186188 | |
| 16145290 | 2 years ago | | | 0 | 0.00090490982 |
ABI
ABI objects
Getter at block 21321404
cost1() view returns (uint256)
0
cost2() view returns (uint256)
0
hiddenMetadataUri() view returns (string)
maxLimitPerWallet() view returns (uint256)
20
maxMintAmountPerTx() view returns (uint256)
10
name() view returns (string)
ogrevillage.wtf
owner() view returns (address)
0xc6ab17aed020aea686914b1e705fc2ca23fb5d4f
price() view returns (uint256)
0
revealed() view returns (bool)
true
sale() view returns (bool)
true
supplyLimit() view returns (uint256)
2510
symbol() view returns (string)
OVW
totalSupply() view returns (uint256)
1083
uri() view returns (string)
ipfs://QmVBtMpRnwHLza3FhSEFsVY1DtL9McVrhGs51taL5Ud41X/
uriSuffix() view returns (string)
.json
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)
tokenURI(uint256 _tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
State-modifying
Events Airdrop(uint256 _mintAmount, address _receiver)
Mint(uint256 _mintAmount) payable
approve(address to, uint256 tokenId)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setHiddenMetadataUri(string _hiddenMetadataUri)
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx)
setRevealed(bool _state)
setSaleStatus(bool _sale)
setUriSuffix(string _uriSuffix)
setcost1(uint256 _cost1)
setcost2(uint256 _cost2)
setmaxLimitPerWallet(uint256 _maxLimitPerWallet)
setsupplyLimit(uint256 _supplyLimit)
seturi(string _uri)
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(string _uri)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()