Redlion Legendary Gazette
Verified contract
Proxy
Active on
Ethereum with 221 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
4 additional
variables
Balances ($0.00)
No balances found for "Redlion Legendary Gazette"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21125112 | 20 days ago | | | 0 | 0.00075407758 | |
| 20472133 | 4 months ago | | | 0 | 0.00018006155 | |
| 19883322 | 6 months ago | | | 0 | 0.00055479604 | |
| 19883319 | 6 months ago | | | 0 | 0.0033470595 | |
| 19883317 | 6 months ago | | | 0 | 0.0036456225 | |
| 19883296 | 6 months ago | | | 0 | 0.0038933898 | |
| 19883136 | 6 months ago | | | 0 | 0.0033575075 | |
| 19872011 | 6 months ago | | | 0.1 | 0.0014639024 | |
| 19865121 | 6 months ago | | | 0.1 | 0.0018833640 | |
| 19863652 | 6 months ago | | | 0.15 | 0.0031876096 |
ABI
ABI objects
Getter at block 21268353
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
ENTRY_FEE() view returns (uint256)
0
FACTOR() view returns (uint256)
1554
MANAGER_ROLE() view returns (bytes32)
0xaf290d8680820aad922855f39b306097b20e28774d6c1ad35a20325630c3a02c
MAX_AUCTION_TIME() view returns (uint256)
259200
MINIMUM_OUTBID() view returns (uint256)
1000
MIN_AUCTION_TIME() view returns (uint256)
10800
OWNER_ROLE() view returns (bytes32)
0x6270edb7c868f86fda4adedba75108201087268ea345934db8bad688e1feb91b
liveAuctions() view returns (uint256)
0
name() view returns (string)
Redlion Legendary Gazette
symbol() view returns (string)
RLLEGENDARY
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getIssue(uint256 _issue) view returns (struct IRedlionLegendaryGazetteIssue)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
isAuctionLaunched(uint256 _issue) view returns (bool)
issues(uint256) view returns (uint256 issueNumber, uint256 reservePrice, string uri, uint256 startTime, uint256 endTime, bool refunded)
minimumOutbid(uint256 _issue) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
winningBid(uint256 _issue) view returns (struct IRedlionLegendaryGazetteBid)
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)
claim(uint256 _issue)
forceClaim(uint256 _issue)
grantRole(bytes32 role, address account)
initialize(address _manager)
launchAuction(uint256 _issue, uint256 _reserve, string _uri)
placeBid(uint256 _issue) payable
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)
setAuctionOptions(uint256 _min, uint256 _max, uint256 _outbid, uint256 _fee)
setManager(address _manager)
setRewardFactor(uint256 _factor)
setTokenURI(uint256 _issue, string _uri)
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)
AuctionBid(uint256 indexed issueId, address indexed bidder, uint256 price, uint256 totalBid)
AuctionEnded(uint256 indexed issueId, address indexed winner, struct IRedlionLegendaryGazetteBid winningBid)
AuctionLaunched(uint256 indexed issueId, uint256 startTime)
Initialized(uint8 version)
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.