0xmusic
Verified contract
Active on
Ethereum with 3,172 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
3 additional
variables
Balances ($0.00)
No balances found for "0xmusic"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21208903 | a day ago | | | 0 | 0.00079021093 | |
| 20983584 | a month ago | | | 0 | 0.00026000216 | |
| 20850229 | 2 months ago | | | 0 | 0.00028146644 | |
| 20394930 | 4 months ago | | | 0 | 0.000078622790 | |
| 19833459 | 6 months ago | | | 0 | 0.00019435283 | |
| 19606864 | 7 months ago | | | 0 | 0.00034688400 | |
| 19434793 | 8 months ago | | | 0 | 0.0013918971 | |
| 19434792 | 8 months ago | | | 0 | 0.0013485782 | |
| 19304052 | 9 months ago | | | 0 | 0.0010905646 | |
| 19228098 | 9 months ago | | | 0 | 0.00064072286 |
ABI
ABI objects
Getter at block 21218931
counter() view returns (uint256 _value)
777
name() view returns (string)
0xmusic
owner() view returns (address)
0xe6a4ada98bc8f9e12cb4ea50b158be3764c4d72d
revealActive() view returns (bool)
true
saleIsActive() view returns (bool)
true
symbol() view returns (string)
music
wlSaleIsActive() view returns (bool)
false
Read-only
balanceOf(address owner) view returns (uint256)
compMints(address) view returns (uint32)
getApproved(uint256 tokenId) view returns (address)
getImageDetails(uint256 tokenId) view returns (uint32, uint256, uint256, uint256)
getImageURL(uint256 tokenId) view returns (string)
getMasterFromTokenId(uint256 tokenId) view returns (string)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address) view returns (uint32)
ownerOf(uint256 tokenId) view returns (address)
prefList(address) view returns (uint32)
scriptIdxToTx(uint256) view returns (string)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
whiteList(address) view returns (uint32)
State-modifying
Events addToCompMint(address input, uint32 count)
addToDao(address input)
addToWL(address input, uint32 count)
approve(address to, uint256 tokenId)
mint() payable
mintArtist()
mintComp()
mintDao() payable
mintWL() payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURLAnimation(string baseURI)
setBaseURLImage(string baseURI)
setIsRevealActive(bool isActive)
setSaleIsActive(bool isActive)
setScriptAtIndex(uint256 idx, string txId)
setWhiteListSaleIsActive(bool isActive)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawEth()
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(string baseURLAnimationInput, string baseURLImageInput, string blurred, uint256 maxSupply)
This contract contains no fallback and receive objects.
This contract contains no error objects.