Arpeggi Genesis Studio Pass
Verified contract
Active on
Ethereum with 1,411 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 "Arpeggi Genesis Studio Pass"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21032182 | a month ago | | | 0 | 0.00013974645 | |
| 20926283 | 2 months ago | | | 0 | 0.00047526090 | |
| 19916321 | 6 months ago | | | 0 | 0.00047823356 | |
| 19816817 | 7 months ago | | | 0 | 0.00030313628 | |
| 19702905 | 7 months ago | | | 0 | 0.00034296975 | |
| 19429687 | 8 months ago | | | 0 | 0.0023223850 | |
| 19065667 | 10 months ago | | | 0 | 0.00026147865 | |
| 19065666 | 10 months ago | | | 0 | 0.00026855409 | |
| 18908124 | a year ago | | | 0 | 0.00078474549 | |
| 18870133 | a year ago | | | 0 | 0.00077626886 |
ABI
ABI objects
Getter at block 21285278
CREATORS_NUM_PASSES() view returns (uint256)
64
CREATORS_RESERVE() view returns (address)
0xb15fd63437f1cedbbf4c05f4f649c0810baaafdd
DEVELOPERS_NUM_PASSES() view returns (uint256)
24
DEVELOPERS_RESERVE() view returns (address)
0x76b00a7e97b1859f2550e7a377724f489dd2ea7c
GENERAL_MINT_PRICE() view returns (uint256)
300000000000000000
MAX_PASSES() view returns (uint256)
600
PRESALE_MINT_PRICE() view returns (uint256)
250000000000000000
_numMinted() view returns (uint256)
600
_onlyEarlyAccess() view returns (bool)
false
isPaused() view returns (bool)
false
name() view returns (string)
Arpeggi Genesis Studio Pass
owner() view returns (address)
0x4d26e8aad120fbc9bbdaa2d64463dd7e6aba365e
sampleCount() view returns (uint256)
14
scriptCount() view returns (uint256)
1
symbol() view returns (string)
ARPEGGI
Read-only
_passes(uint256) view returns (string title, string artist, bytes composition, uint256 mintTime, address artistAddress)
_samples(uint256) view returns (string)
_scripts(uint256) view returns (string)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
hasEarlyAccess(address _address) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events addSample(string sample)
addScript(string script)
approve(address to, uint256 tokenId)
mint() payable
mintCreatorsReserve()
mintDevelopersReserve()
pressSong(uint256 _tokenId, bytes _composition, string _title, string _artist)
renounceOwnership()
resetSampleCount()
resetScriptCount()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBasePassExternalUrl(string url)
setBaseSongExternalUrl(string url)
setEarlyAccessGrants(address[] addresses, bool hasAccess)
setLocked()
setOnlyEarlyAccess(bool to)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
updateScript(string script, uint256 index)
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 creatorsReserve, address developersReserve)
This contract contains no fallback and receive objects.
This contract contains no error objects.