Splice

Verified contract

Active on Ethereum with 39 txns
Deployed by via 0x854eec9e at 14152956
Slot
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 48 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots

No balances found for "Splice"

0x67ebec4cd875c43b2d9ecdff6421d1615e9e022bb3aab4c5c2d992ee538e4e1b
0xcc46b5b5d9e79c696f2d651fa1315d935e6e689f51b8b0b809854972a67e2246
0xb1be378b3c55a6243cfce2649f59446913b4140441cb110c79608451018ec2b5
0xdbb51823d252c4e32689f2cec711be269e7d9858339ee7b49325e13e7d9bf032
0xa4be7b312853fdf68bd3847fb45b8aeef82005795259158af401f20927784b33
0x13a35f899c2668afde46a03eaf0e244d8aea5bcc63fe15775be7a88e263cc3bd
0x5e1e5f6010eab006f802f21fedcc4a65ea9f60a5146df176688b2c0b912e2713
0x06824b05c774516fa282fb2bcfc31d19e2e5e1bdceb08d29840e4938aeec49fb
0x1812d2de4c76af50d65ddd461b4e1bbe743cd0516571993c549e012822c69d20
0xcd8d0b203089885b2103528039882791e7280ba8b42a697e45402c7a5ce57465

Functions
Getter at block 20879043
ROYALTY_PERCENT(view returns (uint8)
10
contractURI(pure returns (string)
https://getsplice.io/contract-metadata
name(view returns (string)
Splice
owner(view returns (address)
0xce74fd5d2aea626920581c2b444310c2d1a58405
paused(view returns (bool)
false
platformBeneficiary(view returns (address)
0x03926e02bff7f1ed401192b8d825b5bce12e2b2d
styleNFT(view returns (address)
0xeec709ab1e5687b5ffe414d1dfbf35c85b78d3de
symbol(view returns (string)
SPLICE
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
provenanceToTokenId(bytes32view returns (uint64)
quote(uint32 styleTokenIdaddress[] nftsuint256[] originTokenIdsview returns (uint256 fee)
royaltyInfo(uint256 tokenIduint256 salePriceview returns (address receiveruint256 royaltyAmount)
styleAndTokenByTokenId(uint256 tokenIdpure returns (uint32 styleTokenIduint32 token_tokenId)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
initialize(string baseUri_address initializedStyleNFT_
mint(address[] originCollectionsuint256[] originTokenIdsuint32 styleTokenIdbytes32[] allowlistProofbytes inputParamspayable returns (uint64 tokenId)
pause(
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseUri(string newBaseUri
setPlatformBeneficiary(address newAddress
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
unpause(
updateRoyalties(uint8 royaltyPercentage
withdrawERC20(address token
withdrawERC721(address nftContractuint256 tokenId
withdrawEth(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
BeneficiaryChanged(address newBeneficiary
Minted(bytes32 indexed origin_hashuint64 indexed tokenIduint32 indexed styleTokenId
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Paused(address account
RoyaltiesUpdated(uint8 royalties
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Unpaused(address account
Withdrawn(address indexed useruint256 amount
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
InsufficientFees(
NotAllowedToMint(string reason
NotOwningOrigin(
ProvenanceAlreadyUsed(