REDLIONEYE GAZETTE
Verified contract
Active on
Ethereum with 1,994 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 "REDLIONEYE GAZETTE"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21219523 | 4 days ago | | | 0 | 0.00040395573 | |
| 21211850 | 5 days ago | | | 0 | 0.00057870455 | |
| 21187295 | 8 days ago | | | 0 | 0.0014159096 | |
| 21155597 | 13 days ago | | | 0 | 0.00058122361 | |
| 21040967 | a month ago | | | 0 | 0.00034371307 | |
| 21039809 | a month ago | | | 0 | 0.00029612837 | |
| 20895534 | 2 months ago | | | 0 | 0.00014913987 | |
| 20852489 | 2 months ago | | | 0 | 0.00027397773 | |
| 20852366 | 2 months ago | | | 0 | 0.00031664088 | |
| 20818072 | 2 months ago | | | 0 | 0.00057487374 |
ABI
ABI objects
Getter at block 21247527
contractURI() view returns (string)
https://api-mainnet.rarible.com/contractMetadata/{address}
isOwner() view returns (bool)
false
name() view returns (string)
REDLIONEYE GAZETTE
owner() view returns (address)
0x0a690b298f84d12414f5c8db7de1ece5a4605877
symbol() view returns (string)
RLE
tokenURIPrefix() view returns (string)
ipfs:/
Read-only
balanceOf(address _owner, uint256 _id) view returns (uint256)
balanceOfBatch(address[] _owners, uint256[] _ids) view returns (uint256[])
creators(uint256) view returns (address)
fees(uint256, uint256) view returns (address recipient, uint256 value)
getFeeBps(uint256 id) view returns (uint256[])
getFeeRecipients(uint256 id) view returns (address[])
isApprovedForAll(address _owner, address _operator) view returns (bool)
isSigner(address account) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
uri(uint256 _id) view returns (string)
State-modifying
Events addSigner(address account)
burn(address _owner, uint256 _id, uint256 _value)
mint(uint256 id, uint8 v, bytes32 r, bytes32 s, struct ERC1155BaseFee[] fees, uint256 supply, string uri)
removeSigner(address account)
renounceOwnership()
renounceSigner()
safeBatchTransferFrom(address _from, address _to, uint256[] _ids, uint256[] _values, bytes _data)
safeTransferFrom(address _from, address _to, uint256 _id, uint256 _value, bytes _data)
setApprovalForAll(address _operator, bool _approved)
setContractURI(string contractURI)
setTokenURIPrefix(string tokenURIPrefix)
transferOwnership(address newOwner)
ApprovalForAll(address indexed _owner, address indexed _operator, bool _approved)
CreateERC1155_v1(address indexed creator, string name, string symbol)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SecondarySaleFees(uint256 tokenId, address[] recipients, uint256[] bps)
SignerAdded(address indexed account)
SignerRemoved(address indexed account)
TransferBatch(address indexed _operator, address indexed _from, address indexed _to, uint256[] _ids, uint256[] _values)
TransferSingle(address indexed _operator, address indexed _from, address indexed _to, uint256 _id, uint256 _value)
URI(string _value, uint256 indexed _id)
constructor(string name, string symbol, string contractURI, string tokenURIPrefix, address signer)
This contract contains no fallback and receive objects.
This contract contains no error objects.