TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 2,443 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 48 additional slots
-
variable spans 48 additional slots
0x678a…5da5
Balances ($50.61)
Native
Value
$50.61
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.014854 | $3,407.38 |
$50.61 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21091638 | 25 days ago | | | 0 | 0.011235051 | |
| 20900318 | 2 months ago | | | 0 | 0.00069481204 | |
| 20900312 | 2 months ago | | | 0 | 0.00071284018 | |
| 20900307 | 2 months ago | | | 0 | 0.00073138579 | |
| 20900302 | 2 months ago | | | 0 | 0.00070238754 | |
| 20900296 | 2 months ago | | | 0 | 0.00068499893 | |
| 20900290 | 2 months ago | | | 0 | 0.00066882216 | |
| 20202943 | 5 months ago | | | 0 | 0.0016010699 | |
| 20202940 | 5 months ago | | | 0 | 0.0015809795 | |
| 20202928 | 5 months ago | | | 0 | 0.0015050191 |
ABI
ABI objects
Getter at block 21267730
GAZETTE_PRICE() view returns (uint256)
5000
getRLG() view returns (address)
0xc535ebc152157e9cb934e7cb74381fe93cd531d2
getRLLG() view returns (address)
0x7d3ef02fbd58fa1600b8c631c8205cc6ef89552e
owner() view returns (address)
0xd7e683c992855b5e8edca21807fb03d4321d4f12
paused() view returns (bool)
false
Read-only
canClaim(uint256 _issue, address _target) view returns (bool)
canDeliver(uint256 _issue, address _target) view returns (bool)
claimableIssues(address _target) view returns (bool[])
deliverableIssues(address _target) view returns (bool[])
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
claim(uint256 _issue)
claimArtdrop(uint256[] _tokenIds)
courierMint(address _to, uint256 _issue, uint256 _amount)
deliverIssues() returns (struct IRedlionGazetteManagerDeliveryState)
initialize(address _SUBS, address _RLGA, address _RLLGA, address _AD, address _SIGNER, address _REDA, address _COURIER)
launchIssue(uint256 _issue, uint256 _saleSize, string _uri, uint256 _reserve, string _legendaryUri)
mint(uint256 _issue, uint256 _amount, uint256 timestamp, bytes _signature) payable
paperMint(address _to, uint256 _issue, uint256 _amount, bytes32 _nonce, bytes _signature) payable
pause()
renounceOwnership()
setAD(address _address)
setCOURIER(address _address)
setPrice(uint256 _price)
setREDA(address _address)
setRLGA(address _address)
setRLLGA(address _address)
setSIGNER(address _address)
setSUBS(address _address)
setupPaper(address _paperAddress, address _token)
transferOwnership(address newOwner)
unpause()
withdraw()
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
ArtdropClaimed(uint256 indexed issue, uint256 tokenId, address indexed claimant)
Initialized(uint8 version)
IssueClaimed(uint256 indexed issue, uint256 tokenId, address indexed claimant)
IssueDelivered(uint256 indexed issue, uint256 tokenId, address indexed receiver)
IssueMinted(uint256 indexed issue, uint256 tokenId, address indexed minter)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Unpaused(address account)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
This contract contains no error objects.