Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($0.00)
No balances found for "PLAYLIST"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11831211 | 9 months ago | | | 0 | 0.0000047647225 | |
| 11831150 | 9 months ago | | | 0 | 0.0000048219966 | |
| 11831029 | 9 months ago | | | 0 | 0.0000052050417 | |
| 11830999 | 9 months ago | | | 0 | 0.0000053849856 | |
| 11830958 | 9 months ago | | | 0 | 0.0000054418233 | |
| 11830884 | 9 months ago | | | 0 | 0.0000059040138 | |
| 11830832 | 9 months ago | | | 0 | 0.0000061294099 | |
| 11830772 | 9 months ago | | | 0 | 0.0000060880316 | |
| 11830742 | 9 months ago | | | 0 | 0.0000060259936 | |
| 11830713 | 9 months ago | | | 0 | 0.0000062177801 |
ABI
ABI objects
Getter at block 23220999 GET_ALL_SONGS() view returns (address[])
GET_PROGRESSIVE_ID() view returns (uint256)
28
owner() view returns (address)
0xc689c800a7121b186208ea3b182fab2671b337e7
Read-only
GET_SONG_BY_INDEX(uint256 INDEX) view returns (address song)
State-modifying
Events ADD_SONG(address SONG)
ADD_SONGS_BATCH(address[] SONGS)
CREATE_STRUCTURE(address SONG)
REMOVE_SONG(address song)
REMOVE_SONGS_BATCH(address[] SONGS)
renounceOwnership()
transferOwnership(address newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address OWNER)
This contract contains no fallback and receive objects.
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)