Otherworldly Freaks
Verified contract
Active on
Ethereum with 1,245 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 "Otherworldly Freaks"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20937159 | a month ago | | | 0 | 0.00068698939 | |
| 20810752 | 2 months ago | | | 0 | 0.00099605565 | |
| 19751318 | 7 months ago | | | 0 | 0.00025528893 | |
| 19643405 | 7 months ago | | | 0 | 0.00073991350 | |
| 19556058 | 8 months ago | | | 0 | 0.00094427330 | |
| 18286520 | a year ago | | | 0 | 0.00030790731 | |
| 18262809 | a year ago | | | 0 | 0.00032248378 | |
| 18262808 | a year ago | | | 0 | 0.00031218127 | |
| 18056171 | a year ago | | | 0 | 0.00057297296 | |
| 18035091 | a year ago | | | 0 | 0.0014719416 |
ABI
ABI objects
Getter at block 21213056
MAX_TOKEN() view returns (uint256)
3
NFT_FREAK_PRICE() view returns (uint256)
50000000000000000
TOTAL_SUPPLY() view returns (uint256)
1000
baseURI() view returns (string)
https://gateway.pinata.cloud/ipfs/QmUyBnK1mY7UhJjWaoErmojiS53cDWZLm6rWTtLtPFuV7y/
name() view returns (string)
Otherworldly Freaks
owner() view returns (address)
0xd3e3165eaa992b0690a15ff11b516824cc6b9481
saleActivated() view returns (bool)
true
symbol() view returns (string)
OFR
totalSupply() view returns (uint256)
1000
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)
tokenOwnedByUser(address _owner) view returns (uint256[])
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events Mint(uint256 _amount) payable
approve(address to, uint256 tokenId)
assignNFT(address[] destinations, uint256 _amount)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
setSaleActivatedPauseOrUnpause(bool _value)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawFund(address destination) returns (bool)
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.