Rope Makers United
Verified contract
Active on
Ethereum with 2,862 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 "Rope Makers United"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21273128 | 4 days ago | | | 0 | 0.00071394637 | |
| 20966344 | 2 months ago | | | 0 | 0.00083119226 | |
| 20698358 | 3 months ago | | | 0 | 0.00016213677 | |
| 20542580 | 3 months ago | | | 0 | 0.00012946864 | |
| 20502416 | 4 months ago | | | 0 | 0.000053850055 | |
| 20498049 | 4 months ago | | | 0 | 0.00010343420 | |
| 20059617 | 6 months ago | | | 0 | 0.00018885917 | |
| 20041901 | 6 months ago | | | 0 | 0.0018977367 | |
| 19882815 | 6 months ago | | | 0 | 0.00014999363 | |
| 19823671 | 7 months ago | | | 0 | 0.00027967524 |
ABI
ABI objects
Getter at block 21305035
contractURI() view returns (string)
https://rope.lol/api/hopes-erc1155
isOwner() view returns (bool)
false
name() view returns (string)
Rope Makers United
owner() view returns (address)
0x7fcb8aaea5f30620aa69d1978f1dc814cf0502ad
symbol() view returns (string)
RMU
Read-only
balanceOf(address _owner, uint256 _id) view returns (uint256)
balanceOfBatch(address[] _owners, uint256[] _ids) view returns (uint256[])
creators(uint256) view returns (address)
isApprovedForAll(address _owner, address _operator) view returns (bool isOperator)
isMinter(address account) view returns (bool)
isWhitelistAdmin(address account) view returns (bool)
maxSupply(uint256 _id) view returns (uint256)
supportsInterface(bytes4 _interfaceID) view returns (bool)
tokenMaxSupply(uint256) view returns (uint256)
tokenSupply(uint256) view returns (uint256)
totalSupply(uint256 _id) view returns (uint256)
uri(uint256 _id) view returns (string)
State-modifying
Events addMinter(address account)
addWhitelistAdmin(address account)
airdrop(uint256 _id, address[] _addresses)
burn(address _account, uint256 _id, uint256 _amount)
create(uint256 _maxSupply, uint256 _initialSupply, string _uri, bytes _data) returns (uint256 tokenId)
endMinting(uint256 _id)
mint(address _to, uint256 _id, uint256 _quantity, bytes _data)
removeMinter(address account)
removeWhitelistAdmin(address account)
renounceMinter()
renounceOwnership()
renounceWhitelistAdmin()
safeBatchTransferFrom(address _from, address _to, uint256[] _ids, uint256[] _amounts, bytes _data)
safeTransferFrom(address _from, address _to, uint256 _id, uint256 _amount, bytes _data)
setApprovalForAll(address _operator, bool _approved)
setBaseMetadataURI(string newURI)
setContractURI(string newURI)
transferOwnership(address newOwner)
ApprovalForAll(address indexed _owner, address indexed _operator, bool _approved)
MinterAdded(address indexed account)
MinterRemoved(address indexed account)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TransferBatch(address indexed _operator, address indexed _from, address indexed _to, uint256[] _ids, uint256[] _amounts)
TransferSingle(address indexed _operator, address indexed _from, address indexed _to, uint256 _id, uint256 _amount)
URI(string _uri, uint256 indexed _id)
WhitelistAdminAdded(address indexed account)
WhitelistAdminRemoved(address indexed account)
constructor(address _proxyRegistryAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.