Romaco Abuse Music
Verified contract
Active on
Ethereum with 2,461 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 4 additional slots
Balances ($0.00)
No balances found for "Romaco Abuse Music"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20883141 | 2 months ago | | | 0 | 0.00025103514 | |
| 20711353 | 2 months ago | | | 0 | 0.000078145530 | |
| 20711327 | 2 months ago | | | 0 | 0.000080191499 | |
| 20711305 | 2 months ago | | | 0 | 0.00014200340 | |
| 20505701 | 3 months ago | | | 0 | 0.00018485463 | |
| 20474588 | 3 months ago | | | 0 | 0.00012437042 | |
| 20403626 | 4 months ago | | | 0 | 0.000061667200 | |
| 20362510 | 4 months ago | | | 0 | 0.00043026517 | |
| 20268396 | 4 months ago | | | 0 | 0.00019537023 | |
| 20252946 | 4 months ago | | | 0 | 0.000070883173 |
ABI
ABI objects
Getter at block 21221852
MAX_SUPPLY() view returns (uint256)
3333
OPERATOR_FILTER_REGISTRY() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
PRICE() view returns (uint256)
20000000000000000
merkleRoot() view returns (bytes32)
0x313d7e587eef18f6f4366c8cf99d99bb906c5f0d27cf2bb7faf3f93c3ccff4d2
mintLimit() view returns (uint256)
100
name() view returns (string)
Romaco Abuse Music
operatorFilteringEnabled() view returns (bool)
false
owner() view returns (address)
0x89255b3f71ad8a5a044448935d8433b17cb195a3
preSaleStart() view returns (bool)
true
pubSaleStart() view returns (bool)
true
symbol() view returns (string)
RAM
totalSupply() view returns (uint256)
3333
Read-only
balanceOf(address owner) view returns (uint256)
checkMerkleProof(bytes32[] _merkleProof) view returns (bool)
claimed(address) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 _interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256 tokenId)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256 tokenId)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events approve(address operator, uint256 tokenId)
ownerMint(address _address, uint256 _quantity)
preMint(uint256 _quantity, bytes32[] _merkleProof) payable
pubMint(uint256 _quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _uri)
setMemberAddress(address _founder, address _illustrator, address _marketer, address _musician, address _developer)
setMerkleRoot(bytes32 _merkleRoot)
setMintLimit(uint256 _quantity)
setOperatorFilteringEnabled(bool _state)
setPresale(bool _state)
setPubsale(bool _state)
setRoyalty(address _royaltyAddress, uint96 _feeNumerator)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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()
This contract contains no fallback and receive objects.
OperatorNotAllowed(address operator)