RowdyKids
Verified contract
Active on
Ethereum with 5,047 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 "RowdyKids"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18181064 | a year ago | | | 0 | 0.00022246897 | |
| 18181064 | a year ago | | | 0 | 0.00022268450 | |
| 17621906 | a year ago | | | 0 | 0.0020208993 | |
| 17528579 | a year ago | | | 0 | 0.00073587484 | |
| 16762035 | 2 years ago | | | 0 | 0.00052307912 | |
| 16762020 | 2 years ago | | | 0 | 0.00054012731 | |
| 16662152 | 2 years ago | | | 0 | 0.00094499075 | |
| 16486610 | 2 years ago | | | 0 | 0.0011023860 | |
| 16486534 | 2 years ago | | | 0 | 0.0039333913 | |
| 16486475 | 2 years ago | | | 0 | 0.0058990595 |
ABI
ABI objects
Getter at block 21219514
MAX_MINTS_PER_TX() view returns (uint256)
10
exceedMintPrice() view returns (uint256)
10000000000000000
maxFreeMint() view returns (uint256)
2
maxTokenSupply() view returns (uint256)
10000
name() view returns (string)
RowdyKids
owner() view returns (address)
0x5c13708d9476e81aa1ec17b025cffe5f4d20f4a0
saleStartTime() view returns (uint256)
1662379200
state() view returns (uint8)
2
symbol() view returns (string)
RKT
totalSupply() view returns (uint256)
10000
Read-only
balanceOf(address owner) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721ATokenOwnership[])
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)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 _numberOfTokens) payable
renounceOwnership()
reserveMint(uint256 reservedAmount)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newBaseURI)
setExceedMintPrice(uint256 _exceedMintPrice)
setMaxFreeMint(uint256 _maxFreeMint)
setMaxTokenSupply(uint256 _maxTokenSupply)
setSaleStartTime(uint256 _saleStartTime)
setSaleState(uint256 index)
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)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
InvalidQueryRange()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()