Onchain-Experiments_V1
Verified contract
Active on
Base with 1,126 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 "Onchain-Experiments_V1"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21473513 | 20 days ago | | | 0 | 0.0000015108900 | |
| 21473507 | 20 days ago | | | 0 | 0.0000017379926 | |
| 21473504 | 20 days ago | | | 0 | 0.0000015108900 | |
| 21473500 | 20 days ago | | | 0 | 0.0000017379926 | |
| 21473497 | 20 days ago | | | 0 | 0.0000015108900 | |
| 21473494 | 20 days ago | | | 0 | 0.0000017379926 | |
| 21473491 | 20 days ago | | | 0 | 0.0000015108900 | |
| 21473488 | 20 days ago | | | 0 | 0.0000017379926 | |
| 21473485 | 20 days ago | | | 0 | 0.0000015108900 | |
| 21473482 | 20 days ago | | | 0 | 0.0000017379926 |
ABI
ABI objects
Getter at block 22325716
EDITION_COUNTER() view returns (uint256)
7
OWNER() view returns (address)
0x887e4ccae8717e05c39acfc2210293ac8dd9f2a2
PLATFORM_FEE() view returns (uint256)
5
PLATFORM_ROYALTY() view returns (uint256)
10
name() view returns (string)
Onchain-Experiments_V1
symbol() view returns (string)
O-E_V1
Read-only
balanceOf(address owner) view returns (uint256 result)
exists(uint256 tokenId) view returns (bool)
getApproved(uint256 id) view returns (address result)
getDataUri(uint256 tokenId) view returns (string)
getEdition(uint256 edition) view returns (struct Edition)
getRawSvg(uint256 tokenId) view returns (string)
getSeed(uint256 id) view returns (bytes32)
isApprovedForAll(address owner, address operator) view returns (bool result)
ownerOf(uint256 id) view returns (address result)
royaltyInfo(uint256 tokenId, uint256 salePrice) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
unPackSeed(uint256 tokenId) view returns (bytes)
State-modifying
Events approve(address account, uint256 id) payable
artistMint(uint256 edition) returns (uint256)
burn(uint256 tokenId)
changeOwner(address newOwner)
createNewEdition(string name, string description, uint256 supply, address artGenerator, address artistAddress, string artistName) returns (uint256)
deleteEdition(uint256 edition)
mint(uint256 editionId) payable returns (uint256)
mintTo(uint256 editionId, address to) payable returns (uint256)
modify(uint256 tokenId, bytes data)
releasePlatformRoyalty(uint256 edition)
safeTransferFrom(address from, address to, uint256 id) payable
safeTransferFrom(address from, address to, uint256 id, bytes data) payable
setApprovalForAll(address operator, bool isApproved)
setMintStatus(uint256 edition, bool status)
setPlatformFee(uint256 fee)
setPlatformRoyalty(uint256 royalty)
setPrice(uint256 edition, uint256 price)
setRoyalty(uint256 edition, uint256 basisPoints)
setSignatureId(uint256 edition, uint256 id)
transferFrom(address from, address to, uint256 id) payable
withdraw()
Approval(address indexed owner, address indexed account, uint256 indexed id)
ApprovalForAll(address indexed owner, address indexed operator, bool isApproved)
Transfer(address indexed from, address indexed to, uint256 indexed id)
constructor()
receive()
AccountBalanceOverflow()
BalanceQueryForZeroAddress()
EditionHasMintedTokens()
IncorrectPrice()
MaxSupplyReached()
NotArtist()
NotMintable()
NotOwner()
NotOwnerNorApproved()
PlatformNotActive()
TokenAlreadyExists()
TokenDoesNotExist()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()