Redlion Red Subscriptions
Verified contract
Active on
Ethereum with 2 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 "Redlion Red Subscriptions"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16228884 | 2 years ago | | | 0 | 0.00038064815 | |
| 16228877 | 2 years ago | | | 0 | 0.00076186055 |
ABI
ABI objects
Getter at block 21268388
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MANAGER() view returns (bytes32)
0xaf290d8680820aad922855f39b306097b20e28774d6c1ad35a20325630c3a02c
MAX_SUPPLY() view returns (uint256)
100
OWNER() view returns (bytes32)
0x6270edb7c868f86fda4adedba75108201087268ea345934db8bad688e1feb91b
baseURI() view returns (string)
https://nft.redlion.news/metadata/subscription/1/
name() view returns (string)
Redlion Red Subscriptions
paused() view returns (bool)
false
subscribers() view returns (address[])
[0xD7E683C992855b5E8EDCA21807fB03D4321D4f12, 0xd266c194E126D4FCFC85E8c665ED7f668f6aAe93, 0x0eb9a7ff5cBf719251989CAf1599c1270Eafb531, 0x679B3E6c39c07BAC7d4d55B8b7E9a9aA40c94C8f, 0xE48ab528F2B51Fa68E22d57069CfFaFCd4aA2b6C]
symbol() view returns (string)
RLSSUB
totalSupply() view returns (uint256)
5
Read-only
balanceOf(address owner) view returns (uint256)
burnAuth(uint256 tokenId) view returns (uint8)
getApproved(uint256 tokenId) view returns (address)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
isSubscribed(address target) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
subscriptionId(address target) view returns (bytes)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
when(address target) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
grantRole(bytes32 role, address account)
pause()
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)
setBaseURI(string _uri)
setIssuer(address _issuer)
setManager(address _manager)
subscribe(address to)
transferFrom(address from, address to, uint256 tokenId)
unpause()
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Issued(address indexed from, address indexed to, uint256 indexed tokenId, uint8 burnAuth)
Paused(address account)
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)
Unpaused(address account)
constructor(address _manager)
This contract contains no fallback and receive objects.
This contract contains no error objects.