Orangutan World
Verified contract
Active on
Ethereum with 2,156 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 "Orangutan World"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17515967 | a year ago | | | 0 | 0.0020801142 | |
| 17515908 | a year ago | | | 0 | 0.0011919962 | |
| 16885560 | 2 years ago | | | 0 | 0.0011450844 | |
| 15581187 | 2 years ago | | | 0 | 0.00023106816 | |
| 15555657 | 2 years ago | | | 0 | 0.00026886913 | |
| 15501802 | 2 years ago | | | 0 | 0.00053385872 | |
| 15500353 | 2 years ago | | | 0 | 0.00041202060 | |
| 15499088 | 2 years ago | | | 0 | 0.0013139208 | |
| 15494517 | 2 years ago | | | 0 | 0.00082270952 | |
| 15494242 | 2 years ago | | | 0 | 0.00052139191 |
ABI
ABI objects
Getter at block 21206621
baseUri() view returns (string)
ipfs://QmXPFrUSH7oVUHfLgaVt3KbvLuMAyN5Gm22ouTun5juj5m/ow.json
cost() view returns (uint256)
2000000000000000
maxFreePerWallet() view returns (uint8)
1
maxMintAmountPerTx() view returns (uint256)
5
maxSupply() view returns (uint256)
1200
name() view returns (string)
Orangutan World
owner() view returns (address)
0xf3efa60ea66bc1f538a9a7e0a257b7d6e5c88888
paused() view returns (bool)
true
revealed() view returns (bool)
true
symbol() view returns (string)
OW
totalSupply() view returns (uint256)
2176
uriPrefix() view returns (string)
ipfs://QmfW4HDLB1t5teSDmyDiiMUwWFYFtN5C2U5csJeEzndCH9/
uriSuffix() view returns (string)
.json
Read-only
_mintedFreeAmount(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)
State-modifying
Events approve(address to, uint256 tokenId)
freeMint(uint256 _mintAmount) payable
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)
setBaseUri(string _uri)
setCost(uint256 _cost)
setPaused(bool _state)
setRevealed(bool _revealed)
setUriPrefix(string _uriPrefix)
setUriSuffix(string _uriSuffix)
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)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _tokenName, string _tokenSymbol)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()