Flipside ShroomDK
Verified contract
Active on
Ethereum with 2,932 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 "Flipside ShroomDK"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21023064 | a month ago | | | 0 | 0.00051892500 | |
| 20702680 | 2 months ago | | | 0 | 0.000034773200 | |
| 20639627 | 3 months ago | | | 0 | 0.000033472814 | |
| 20605403 | 3 months ago | | | 0 | 0.000051425000 | |
| 20511826 | 3 months ago | | | 0 | 0.00026215997 | |
| 20413389 | 4 months ago | | | 0 | 0.00039569478 | |
| 20336370 | 4 months ago | | | 0 | 0.00094072108 | |
| 20251136 | 4 months ago | | | 0 | 0.00021648675 | |
| 20251075 | 4 months ago | | | 0 | 0.000038500000 | |
| 20201962 | 5 months ago | | | 0 | 0.000043177975 |
ABI
ABI objects
Getter at block 21218207
_baseURL() view returns (string)
https://api.flipsidenfts.com/metadata/shroomdk/
contractURI() view returns (string)
https://api.flipsidenfts.com/metadata/shroomdk/
defaultMaxMint() view returns (uint16)
2
defaultMintPrice() view returns (uint256)
0
mintOpen() view returns (bool)
true
name() view returns (string)
Flipside ShroomDK
owner() view returns (address)
0x3c8d28cffb24f431988af14b812138e3d3dee1bb
symbol() view returns (string)
Shroom
totalSupply() view returns (uint256)
2590
Read-only
balanceOf(address owner) view returns (uint256)
formatUserName(string username) view returns (string)
getApproved(uint256 tokenId) view returns (address)
hashPayload(string username) pure returns (bytes32)
isApprovedForAll(address owner, address operator) view returns (bool)
mintCount(string) view returns (uint16)
ownerOf(uint256 tokenId) view returns (address)
recoverSignerAddress(bytes32 data, bytes signedData) pure returns (address)
round(string) view returns (uint16)
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)
verify(bytes signature, string username) view returns (bool)
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
increaseRoundForUser(string user)
mint(bytes signature, string username) payable
openMint(bool open)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setMaxMint(uint16 newMax)
setMintPrice(uint256 price)
setVerifiedSigner(address signer)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateBaseURI(string newBaseURI)
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(address verifiedSigner)
This contract contains no fallback and receive objects.
This contract contains no error objects.