SoundCreatorV2
Verified contract
Active on
Base with 121 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "SoundCreatorV2"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22631567 | 3 days ago | | | 0 | 0.0000081040274 | |
| 20896649 | a month ago | | | 0 | 0.000010445949 | |
| 19433587 | 3 months ago | | | 0 | 0.0000079606897 | |
| 18693801 | 3 months ago | | | 0 | 0.0000030295340 | |
| 18688021 | 3 months ago | | | 0 | 0.0000098797554 | |
| 18480281 | 3 months ago | | | 0 | 0.0000079439178 | |
| 15592007 | 5 months ago | | | 0 | 0.0000036196952 | |
| 15591831 | 5 months ago | | | 0 | 0.0000038434384 | |
| 15194321 | 6 months ago | | | 0 | 0.0000025910175 | |
| 15191390 | 6 months ago | | | 0 | 0.0000020288791 |
ABI
ABI objects
Getter at block 22755924
DOMAIN_TYPEHASH() view returns (bytes32)
0x8b73c3c69bb8fe3d512ecc4cf759cc79239f7b179b0ffacaa9a75d522b39400f
SOUND_CREATION_TYPEHASH() view returns (bytes32)
0x02851fd84c0125420e90b7716c63914a48e2932366cce89b4a7a0bcdf538d759
domainSeparator() view returns (bytes32 separator)
0xf00ad7079087b8545b7cc665229f25f6ee9fbe6fe7f5993c0990d380baa9f00b
eip712Domain() view returns (bytes1 fields, string name, string version, uint256 chainId, address verifyingContract, bytes32 salt, uint256[] extensions)
(fields=0x0f, name=SoundCreator, version=2, chainId=8453, verifyingContract=0x0000000000aec84f5bfc2af15eafb943bf4e3522, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
name() pure returns (string name_)
SoundCreator
version() pure returns (string version_)
2
Read-only
computeDigest(struct ISoundCreatorV2SoundCreation c) view returns (bytes32)
isValidSignature(struct ISoundCreatorV2SoundCreation c, bytes signature) view returns (bool)
noncesInvalidated(address signer, uint256[] nonces) view returns (bool[] result)
soundEditionAddress(address implementation, address owner, bytes32 salt) view returns (address addr, bool exists)
State-modifying
Events create(struct ISoundCreatorV2SoundCreation c) returns (address edition, bytes[] results)
createWithSignature(struct ISoundCreatorV2SoundCreation creation, bytes signature) returns (address soundEdition, bytes[] results)
createWithSignatureAndMint(struct ISoundCreatorV2SoundCreation c, bytes signature, address minter, bytes mintData, address refundTo) payable returns (address edition, bytes[] results)
invalidateNonces(uint256[] nonces)
mint(address minter, bytes mintData, address refundTo) payable
Created(address indexed implementation, address indexed edition, address indexed owner, bytes initData, address[] contracts, bytes[] data, bytes[] results)
NoncesInvalidated(address indexed signer, uint256[] nonces)
This contract contains no constructor objects.
fallback()
receive()
ArrayLengthsMismatch()
ImplementationAddressCantBeZero()
InvalidSignature()
Unauthorized()