Disco Frens
Verified contract
Active on
Ethereum with 387 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 "Disco Frens"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15972600 | 2 years ago | | | 0 | 0.0013525267 | |
| 15536252 | 2 years ago | | | 0 | 0.00065076513 | |
| 15338684 | 2 years ago | | | 0 | 0.00037749480 | |
| 15067383 | 2 years ago | | | 0 | 0.00059319770 | |
| 14968745 | 2 years ago | | | 0 | 0.0032462862 | |
| 14627349 | 3 years ago | | | 0 | 0.0013640790 | |
| 14627221 | 3 years ago | | | 0 | 0.0014010900 | |
| 14546639 | 3 years ago | | | 0 | 0.0047136069 | |
| 14543926 | 3 years ago | | | 0 | 0.0050483201 | |
| 14542825 | 3 years ago | | | 0 | 0.0072309821 |
ABI
ABI objects
Getter at block 21289632
_baseTokenURI() view returns (string)
ipfs://QmNPHBb3qBKB866aGZh7JAaT6uu9rdPdv4Gq1TG5b9zxZP/
_price() view returns (uint256)
10000000000000000
_uriSuffix() view returns (string)
.json
freeMints() view returns (uint256)
1600
isSaleActive() view returns (bool)
true
maxFreeMintsPerWallet() view returns (uint256)
10
maxPurchase() view returns (uint256)
10
maxSupply() view returns (uint256)
2000
name() view returns (string)
Disco Frens
owner() view returns (address)
0x5ca38567fb0974ecdb7745334658c9338020cd2c
reservedAssets() view returns (uint256)
0
symbol() view returns (string)
DSCOFRNS
totalSupply() view returns (uint256)
2000
Read-only
assetOfOwner(address _owner) 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)
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)
flipSaleState()
mintNFT(uint256 numAssets) payable
mintNFTS(address _to, 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 baseURI)
setPrice(uint256 newPrice)
setProxyRegistryAddress(address proxyAddress)
setUriSuffix(string uriSuffix)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawAll()
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 baseURI, address _proxyRegistryAddress)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerIndexOutOfBounds()
OwnerQueryForNonexistentToken()
TokenIndexOutOfBounds()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()