RoaringLeadersElixir
Verified contract
Active on
Ethereum with 3,695 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x163a…a5f0
Balances ($0.00)
No balances found for "RoaringLeadersElixir"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20308045 | 4 months ago | | | 0 | 0.00094560875 | |
| 19592598 | 8 months ago | | | 0 | 0.00033151373 | |
| 18802599 | a year ago | | | 0 | 0.00095232698 | |
| 17759790 | a year ago | | | 0 | 0.00095594419 | |
| 17753459 | a year ago | | | 0 | 0.0028738245 | |
| 17486815 | a year ago | | | 0 | 0.0016775089 | |
| 17486759 | a year ago | | | 0 | 0.0017474316 | |
| 17424385 | a year ago | | | 0 | 0.0011778713 | |
| 17424356 | a year ago | | | 0 | 0.0036570220 | |
| 16935816 | 2 years ago | | | 0 | 0.0024102456 |
ABI
ABI objects
Getter at block 21256792
baseURI() view returns (string)
https://roaringleaders.io/api/elixir/
mintingIsActive() view returns (bool)
true
name() view returns (string)
RoaringLeadersElixir
owner() view returns (address)
0x20601758550ea4391cda5a8e2c47b462f3f31c30
provenance() view returns (string)
symbol() view returns (string)
RLELIXIR
totalSupply() view returns (uint256)
136
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) 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)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
consumeElixir(uint256 elixirTokenId, uint256 roaringLeadersTokenId, string traitName)
flipMintingState()
mintViaBurn(uint256 tokenId)
mintViaBurnMultiple(uint256[] tokenIds)
renounceOwnership()
reserveMint(uint256 reservedAmount)
reserveMint(uint256 reservedAmount, address mintAddress)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newBaseURI)
setProvenanceHash(string provenanceHash)
setRoaringLeadersContractAddress(address roaringLeadersContractAddress)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ElixirConsumed(uint256 elixirTokenId, uint256 roaringLeadersTokenId, string traitName)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string name, string symbol, address roaringLeadersContractAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.