Redlion Subscriptions
Verified contract
Active on
Ethereum with 232 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 Subscriptions"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18963037 | a year ago | | | 0 | 0.00093842194 | |
| 16909860 | 2 years ago | | | 0 | 0.00054175474 | |
| 16762703 | 2 years ago | | | 0 | 0.0012451483 | |
| 16393636 | 2 years ago | | | 0 | 0.0017228984 | |
| 16308227 | 2 years ago | | | 0 | 0.00084002192 | |
| 16215076 | 2 years ago | | | 0 | 0.00057689877 | |
| 15862642 | 2 years ago | | | 0 | 0.0015938880 | |
| 15769875 | 2 years ago | | | 0 | 0.0024532458 | |
| 15726832 | 2 years ago | | | 0 | 0.0012053664 | |
| 15720712 | 2 years ago | | | 0 | 0.0050038791 |
ABI
ABI objects
Getter at block 21278278
GOLD_PRICE() view returns (uint256)
1200000000000000000
RED_PRICE() view returns (uint256)
2350000000000000000
SILVER_PRICE() view returns (uint256)
600000000000000000
currentIssue() view returns (uint256)
0
name() view returns (string)
Redlion Subscriptions
owner() view returns (address)
0x0a690b298f84d12414f5c8db7de1ece5a4605877
symbol() view returns (string)
RLSUBS
totalSupply() view returns (uint256)
121
weeklyAllowance() view returns (uint64 red, uint64 gold, uint64 silver)
(red=0, gold=0, silver=0)
Read-only
balanceOf(address owner) view returns (uint256)
expirations(uint256) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isExpired(uint256 tokenId) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
whichType(uint256 tokenId) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
buyGold() payable
buyRed() payable
buySilver() payable
changeBaseURI(string baseTokenURI)
ownerMint(address to, uint8 subType)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setCurrentIssue(uint256 issue)
setGoldPrice(uint256 newPrice)
setRedPrice(uint256 newPrice)
setSilverPrice(uint256 newPrice)
setWeeklyAllowance(uint64 red, uint64 gold, uint64 silver)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BoughtGold(uint256 indexed tokenId)
BoughtRed(uint256 indexed tokenId)
BoughtSilver(uint256 indexed tokenId)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string name, string symbol, string baseTokenURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.