Ogreland
Verified contract
Active on
Ethereum with 1,638 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($15.65)
Native
Value
$15.65
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.004 | $3,912.32 |
$15.65 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21181400 | a month ago | | | 0 | 0.0016186608 | |
| 19839826 | 7 months ago | | | 0 | 0.00031734065 | |
| 18759321 | a year ago | | | 0 | 0.00085859215 | |
| 18385961 | a year ago | | | 0 | 0.00053862908 | |
| 18299571 | a year ago | | | 0 | 0.00030172806 | |
| 17147891 | 2 years ago | | | 0 | 0.00087533470 | |
| 17147889 | 2 years ago | | | 0 | 0.00093637812 | |
| 17075475 | 2 years ago | | | 0 | 0.0031616040 | |
| 17054128 | 2 years ago | | | 0 | 0.0012759951 | |
| 16985533 | 2 years ago | | | 0 | 0.00061495130 |
ABI
ABI objects
Getter at block 21398262
cost() view returns (uint256)
0
cost2() view returns (uint256)
0
hiddenMetadataUri() view returns (string)
ipfs://QmY1yHhe5N5kkBBm9LjgX9oexsC9SCCaSji3r9ERxfPvk5/hidden.json
maxMintAmountPerTx() view returns (uint256)
5
maxSupply() view returns (uint256)
10000
maxSupplyPublic() view returns (uint256)
9400
name() view returns (string)
Ogreland
nftPerAddressLimit() view returns (uint256)
10
owner() view returns (address)
0xeca8f209f54fff8874579110901815447ab76380
paused() view returns (bool)
false
revealed() view returns (bool)
true
symbol() view returns (string)
OGRE
totalSupply() view returns (uint256)
3864
uriPrefix() view returns (string)
ipfs://QmfXZvdWvAxYZ4v9z9AMsmDACzRwiQaBThny1epFx91yGi/
uriSuffix() view returns (string)
.json
Read-only
addressMintedBalance(address) view returns (uint256)
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)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 _mintAmount) payable
mintForAddress(uint256 _mintAmount, address _receiver)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setCost(uint256 _cost)
setCost2(uint256 _cost2)
setHiddenMetadataUri(string _hiddenMetadataUri)
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx)
setMaxSupply(uint256 _maxSupply)
setMaxSupplyPublic(uint256 _maxSupplyPublic)
setPaused(bool _state)
setRevealed(bool _state)
setUriPrefix(string _uriPrefix)
setUriSuffix(string _uriSuffix)
setnftPerAddressLimit(uint256 _nftPerAddressLimit)
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.