RoaringLeaders
Verified contract
Active on
Ethereum with 10,814 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 2 additional slots
1 additional
variable
Balances ($0.00)
No balances found for "RoaringLeaders"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21138357 | 3 days ago | | | 0 | 0.00072853216 | |
| 20981532 | 25 days ago | | | 0 | 0.00071721108 | |
| 20981531 | 25 days ago | | | 0 | 0.00079253713 | |
| 20931313 | a month ago | | | 0 | 0.00060877314 | |
| 20917516 | a month ago | | | 0 | 0.00026404161 | |
| 20860779 | a month ago | | | 0 | 0.00017139600 | |
| 20800308 | 2 months ago | | | 0 | 0.00043996027 | |
| 20763987 | 2 months ago | | | 0 | 0.00029322271 | |
| 20763983 | 2 months ago | | | 0 | 0.00028776569 | |
| 20699277 | 2 months ago | | | 0 | 0.000074221176 |
ABI
ABI objects
Getter at block 21160548
MAX_MINTS_PER_TXN() view returns (uint256)
15
baseURI() view returns (string)
https://roaringleaders.io/api/metadata/
elixirContractAddress() view returns (address)
0x9a6066a68372e64f987010000457cf74239a9b5d
maxPresaleMintsPerWallet() view returns (uint256)
5
maxTokenSupply() view returns (uint256)
10000
mintPrice() view returns (uint256)
65000000000000000
name() view returns (string)
RoaringLeaders
owner() view returns (address)
0x20601758550ea4391cda5a8e2c47b462f3f31c30
preSaleIsActive() view returns (bool)
false
provenance() view returns (string)
saleIsActive() view returns (bool)
false
startingIndex() view returns (uint256)
1608
startingIndexBlock() view returns (uint256)
13283465
symbol() view returns (string)
ROAR
totalSupply() view returns (uint256)
7993
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)
burnForElixir(uint256 tokenId)
emergencySetStartingIndexBlock()
flipPreSaleState()
flipSaleState()
mintLeaders(uint256 numberOfTokens) payable
presaleMint(uint256 numberOfTokens) payable
renounceOwnership()
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)
setElixirContractAddress(address newElixirContractAddress)
setMaxPresaleMintsPerWallet(uint256 newLimit)
setMaxTokenSupply(uint256 maxRoaringLeadersSupply)
setMintPrice(uint256 newPrice)
setProvenanceHash(string provenanceHash)
setStartingIndex()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw(uint256 amount)
withdrawForGiveaway(uint256 amount, address to)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PaymentReleased(address to, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string name, string symbol, uint256 maxRoaringLeadersSupply)
This contract contains no fallback and receive objects.
This contract contains no error objects.