Rowdy on Base
Verified contract
Active on
Base with 1,143 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 on Base"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22335331 | 10 days ago | | | 0 | 1.9214512e-7 | |
| 22333861 | 10 days ago | | | 0 | 0.000000077094460425 | |
| 22333859 | 10 days ago | | | 0 | 1.3579662e-7 | |
| 21705291 | 25 days ago | | | 0 | 0.000000096177150630 | |
| 21016902 | a month ago | | | 0 | 0.000000071959946289 | |
| 20382319 | 2 months ago | | | 0 | 1.4203988e-7 | |
| 19889928 | 2 months ago | | | 0 | 1.3739222e-7 | |
| 19778672 | 2 months ago | | | 0 | 1.3717767e-7 | |
| 18700306 | 3 months ago | | | 0 | 1.3717767e-7 | |
| 18504012 | 3 months ago | | | 0 | 1.4178117e-7 |
ABI
ABI objects
Getter at block 22781730
COST() view returns (uint256)
1690000000000000
MAX_FREE_PER_WALLET() view returns (uint256)
1
MAX_SUPPLY() view returns (uint256)
888
name() view returns (string)
Rowdy on Base
owner() view returns (address)
0xd0dc116a9d7cfee6af098c0d07bcb82e9dd66c36
symbol() view returns (string)
BROWDY
teamMintUsed() view returns (bool)
true
totalSupply() view returns (uint256)
888
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)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
freeMint()
mint(uint256 amount) payable
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setData(string _base)
teamMint()
transferFrom(address from, address to, uint256 tokenId)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()