Rowdy Roos
Verified contract
Active on
Ethereum with 12,957 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 "Rowdy Roos"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21262646 | 10 hours ago | | | 0 | 0.00031495444 | |
| 21262496 | 11 hours ago | | | 0 | 0.00031409201 | |
| 21225426 | 6 days ago | | | 0 | 0.00049114705 | |
| 21206387 | 8 days ago | | | 0 | 0.00048957822 | |
| 21173320 | 13 days ago | | | 0 | 0.0014767338 | |
| 21159868 | 15 days ago | | | 0 | 0.0018591027 | |
| 21123920 | 20 days ago | | | 0 | 0.00035429260 | |
| 21122625 | 20 days ago | | | 0 | 0.00069529425 | |
| 21111272 | 22 days ago | | | 0 | 0.00023309007 | |
| 21059371 | a month ago | | | 0 | 0.00062942282 |
ABI
ABI objects
Getter at block 21265629
MAX_PER_MINT() view returns (uint256)
10
MAX_ROOS() view returns (uint256)
9999
MAX_ROOS_MINT() view returns (uint256)
100
PRESALE_MAX_MINT() view returns (uint256)
3
PRESALE_PRICE() view returns (uint256)
60000000000000000
PRICE() view returns (uint256)
70000000000000000
RESERVED_ROOS() view returns (uint256)
123
baseTokenURI() view returns (string)
https://www.rowdyroos.com/api/
name() view returns (string)
Rowdy Roos
numRoosMinted() view returns (uint256)
9999
owner() view returns (address)
0x894cce3c3e0318e1b3e9809a89610df2f24a23a4
presaleStarted() view returns (bool)
true
publicSaleStarted() view returns (bool)
true
reservedClaimed() view returns (uint256)
123
symbol() view returns (string)
RROO
totalSupply() view returns (uint256)
9999
Read-only
amountClaimedBy(address owner) view returns (uint256)
balanceOf(address owner) view returns (uint256)
checkPresaleEligibility(address addr) view returns (bool)
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)
State-modifying
Events addToPresale(address[] addresses)
approve(address to, uint256 tokenId)
claimReserved(address recipient, uint256 amount)
mint(uint256 amountOfRoos) payable
mintPresale(uint256 amountOfRoos) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
togglePresaleStarted()
togglePublicSaleStarted()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawAll()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BaseURIChanged(string baseURI)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PresaleMint(address minter, uint256 amountOfRoos)
PublicSaleMint(address minter, uint256 amountOfRoos)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string baseURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.