Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xb8e3…bed2
Balances ($0.00)
No balances found for "Jingle"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16981110 | 2 years ago | | | 0 | 0.0014067903 | |
| 14320263 | 3 years ago | | | 0 | 0.0011617990 | |
| 14319395 | 3 years ago | | | 0 | 0.0024042926 | |
| 14211101 | 3 years ago | | | 0 | 0.0021514861 | |
| 14211086 | 3 years ago | | | 0 | 0.0023776286 | |
| 14203860 | 3 years ago | | | 0 | 0.0022376386 | |
| 14203858 | 3 years ago | | | 0 | 0.0022113006 | |
| 14137849 | 3 years ago | | | 0 | 0.0036733936 | |
| 14132887 | 3 years ago | | | 0 | 0.0052143866 | |
| 14127696 | 3 years ago | | | 0 | 0.0051561442 |
ABI
ABI objects
Getter at block 21305437
cryptoJingles() view returns (address)
0xa46aeff63f9b7a2d50f7687927047756df216434
implementsERC721() pure returns (bool)
true
marketplaceContract() view returns (address)
0xb8e392da7abb836cff06d827531a7e5f1b00bed2
numOfJingles() view returns (uint256)
58
owner() view returns (address)
0x93cdb0a93fc36f6a53ed21ecf6305ab80d06beca
totalSupply() view returns (uint256)
58
Read-only
balanceOf(address _owner) view returns (uint256 balance)
getAllJingles(address _owner) view returns (uint256[])
getMetaInfo(uint256 _jingleId) view returns (string, string)
getSamplesForJingle(uint256 _jingleId) view returns (uint256[])
jinglesInfo(uint256) view returns (string name, string author)
ownerOf(uint256 _jingleId) view returns (address)
soundEffects(uint256, uint256) view returns (uint256)
tokenOfOwnerByIndex(address _owner, uint256 _index) view returns (uint256)
uniqueJingles(bytes32) view returns (bool)
State-modifying
Events addSoundEffect(uint256 _jingleId, uint256[] _effectParams)
approve(address _to, uint256 _jingleId)
approveAndSell(uint256 _jingleId, uint256 _amount)
composeJingle(address _owner, uint256[5] jingles, uint256[5] jingleTypes, string name, string author)
setCryptoJinglesContract(address _cryptoJingles)
setMarketplaceContract(address _marketplace)
transfer(address _to, uint256 _jingleId)
transferFrom(address _from, address _to, uint256 _jingleId)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
Composed(uint256 indexed jingleId, address indexed owner, uint256[5] samples, uint256[5] jingleTypes, string name, string author)
EffectAdded(uint256 indexed jingleId, uint256[] effectParams)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.