Redlion Studios
Verified contract
Active on
Ethereum with 422 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 Studios"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21081472 | 21 days ago | | | 0 | 0.00055116950 | |
| 19302414 | 9 months ago | | | 0 | 0.0010027782 | |
| 18985707 | 10 months ago | | | 0 | 0.00067200626 | |
| 18985695 | 10 months ago | | | 0 | 0.0026899532 | |
| 18963172 | 10 months ago | | | 0 | 0.012704402 | |
| 18788922 | a year ago | | | 0 | 0.0028849472 | |
| 17932710 | a year ago | | | 0 | 0.00079597043 | |
| 17718201 | a year ago | | | 0 | 0.00067142869 | |
| 17331965 | a year ago | | | 0 | 0.0031968300 | |
| 17065875 | 2 years ago | | | 0 | 0.0014105795 |
ABI
ABI objects
Getter at block 21230123
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MINTER_ROLE() view returns (bytes32)
0x9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a6
name() view returns (string)
Redlion Studios
owner() view returns (address)
0x0a690b298f84d12414f5c8db7de1ece5a4605877
symbol() view returns (string)
RLSTUDIOS
totalSupply() view returns (uint256)
1771
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getRoleAdmin(bytes32 role) view returns (bytes32)
getRoleMember(bytes32 role, uint256 index) view returns (address)
getRoleMemberCount(bytes32 role) view returns (uint256)
hasRole(bytes32 role, address account) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
isPublicationActive(uint256 publication) view returns (bool)
isPublicationPaused(uint256 publication) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
publications(uint256) view returns (uint128 circulating, uint128 max, string uriSuffix)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenIdToPublication(uint256) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
changeBaseURI(string baseTokenURI)
grantRole(bytes32 role, address account)
launchNewPublication(uint256 publication, uint128 max, string uriSuffix)
mint(uint256 publication, uint128 amount, address to)
ownerMint(uint256 publication, address[] recipients)
pause(uint256 publication, bool shouldPause)
renounceOwnership()
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)
setMinter(address minter)
setRoyaltyFee(uint256 fee)
setURISuffix(uint256 publication, string uriSuffix)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unsetMinter(address minter)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
MintedPublication(address user, uint256 publication, uint256 tokenId)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
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(string name, string symbol, string baseTokenURI, address admin)
This contract contains no fallback and receive objects.
This contract contains no error objects.