Redlion Gazette
Verified contract
Proxy
Active on
Ethereum with 313 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 43 additional slots
-
variable spans 48 additional slots
1 additional
variable
Balances ($0.00)
No balances found for "Redlion Gazette"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21208200 | 12 days ago | | | 0 | 0.00075405029 | |
| 21155535 | 19 days ago | | | 0 | 0.00069265801 | |
| 21088505 | a month ago | | | 0 | 0.00042315065 | |
| 21047817 | a month ago | | | 0 | 0.00020831788 | |
| 20844576 | 2 months ago | | | 0 | 0.00051722758 | |
| 20797282 | 2 months ago | | | 0 | 0.00019002952 | |
| 20637772 | 3 months ago | | | 0 | 0.000087293492 | |
| 20619672 | 3 months ago | | | 0 | 0.000036698111 | |
| 20556318 | 3 months ago | | | 0 | 0.00011479282 | |
| 20217150 | 5 months ago | | | 0 | 0.00017167606 |
ABI
ABI objects
Getter at block 21293321 issueList() view returns (uint256[])
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MANAGER_ROLE() view returns (bytes32)
0xaf290d8680820aad922855f39b306097b20e28774d6c1ad35a20325630c3a02c
MAX_MINT_TX() view returns (uint256)
10
OWNER_ROLE() view returns (bytes32)
0x6270edb7c868f86fda4adedba75108201087268ea345934db8bad688e1feb91b
name() view returns (string)
Redlion Gazette
symbol() view returns (string)
RLGAZETTE
Read-only
ISSUES(uint256) view returns (uint256 totalSupply, uint256 saleSize, uint256 timestamp, string uri, uint256 issue, bool openEdition)
TOKEN_TO_ISSUE(uint256) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getIssue(uint256 _issue) view returns (struct IRedlionGazetteIssue)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
isIssueLaunched(uint256 _issue) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
timeToIssue(uint256 _timestamp) view returns (struct IRedlionGazetteIssue)
tokenToIssue(uint256 _tokenId) view returns (uint256)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
approve(address to, uint256 tokenId)
grantRole(bytes32 role, address account)
initialize(address _manager)
launchIssue(uint256 _issue, uint256 _saleSize, string _uri)
mint(address _to, uint256 _issue, uint256 _amount, bool claim) returns (uint256[])
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setIssueURI(uint256 _issue, string _uri)
setManager(address _manager)
setMaxMintTx(uint256 _max)
transferFrom(address from, address to, uint256 tokenId)
withdraw()
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Initialized(uint8 version)
IssueLaunched(uint256 indexed issue, uint256 saleSize)
MintedIssue(address user, uint256 issue, uint256 tokenId)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
This contract contains no error objects.