Friendsies
Verified contract
Implementation
Active on
Ethereum with 1 txns
Storage
Map
Table
Raw
Constants and immutables
7
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 43 additional slots
-
variable spans 45 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
26 additional
variables
Balances ($0.00)
No balances found for "Friendsies"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14510477 | 3 years ago | | | 0.65 | 0.044698524 |
ABI
ABI objects
Getter at block 21164753 dutchAuctionsCurrentPrice() view returns (uint256) dutchAuctionsNextDecrease() view returns (uint256)
contractURI() view returns (string)
defaultURI() view returns (string)
dutchAuctionsActive() view returns (bool)
false
dutchAuctionsDecreaseAmount() view returns (uint256)
0
dutchAuctionsDecreaseInterval() view returns (uint256)
0
dutchAuctionsExtensionBlocks() view returns (uint256)
0
dutchAuctionsExtensionPeriod() view returns (uint256)
0
dutchAuctionsReservePrice() view returns (uint256)
0
dutchAuctionsStartBlockNumber() view returns (uint256)
0
dutchAuctionsStartPrice() view returns (uint256)
0
dutchAuctionsSupply() view returns (uint256)
0
ghostCloudActive() view returns (bool)
false
maxSupply() view returns (uint256)
0
name() view returns (string)
owner() view returns (address)
0x0000000000000000000000000000000000000000
paused() view returns (bool)
false
proxiableUUID() view returns (bytes32)
0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc
superGoldenCloudActive() view returns (bool)
false
symbol() view returns (string)
totalSupply() view returns (uint256)
0
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
hasClaimedGhostCloud(address _sender, uint256 _amount, uint256 _price) view returns (bool)
hasClaimedSuperGoldenCloud(address _sender, uint256 _amount, uint256 _price) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
superGoldenCloudToken(uint256) view returns (bool)
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)
initialize(string _defaultURI, string _contractMetadataURI)
pause()
renounceOwnership()
resetDutchAuctionsStartBlockNumber(uint256 _blockNumber)
safeMint(uint256 _amount) payable
safeMintGhostCloud(uint256 _amount, uint256 _price, bytes32[] _proof) payable
safeMintSuperGoldenCloud(uint256 _amount, uint256 _price, bytes32[] _proof) payable
safeMintTo(address[] _to)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setContractMetadataURI(string _uri)
setDefaultURI(string _uri)
setDutchAuction(uint256 _startPrice, uint256 _reservePrice, uint256 _decreaseAmount, uint256 _decreaseInterval, uint256 _extensionPeriod, uint256 _extensionBlocks, uint256 _supply)
setDutchAuctionsExtension(uint256 _extensionPeriod, uint256 _extensionBlocks)
setDutchAuctionsSupply(uint256 _supply)
setGhostCloudRoot(bytes32 _root)
setMaxSupply(uint256 _supply)
setSuperGoldenCloudRoot(bytes32 _root)
setTokenURI(uint256[] _tokenId, string[] _uri)
startDutchAuctions()
startGhostCloudDrop(bool _active)
startSuperGoldenCloudDrop(bool _active)
stopDutchAuctions()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
withdraw(address _to, uint256 _value)
AdminChanged(address previousAdmin, address newAdmin)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BeaconUpgraded(address indexed beacon)
LogMintGhostCloud(address wallet)
LogMintSuperGoldenCloud(address wallet)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
Upgraded(address indexed implementation)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.