BabyRektGuy
Verified contract
Active on
Ethereum with 986 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 "BabyRektGuy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17599284 | a year ago | | | 0 | 0.00069216028 | |
| 17464231 | a year ago | | | 0 | 0.00066219691 | |
| 17391895 | a year ago | | | 0 | 0.0013714594 | |
| 16652717 | 2 years ago | | | 0 | 0.0010479519 | |
| 16229276 | 2 years ago | | | 0 | 0.00068790560 | |
| 16182158 | 2 years ago | | | 0 | 0.00055362000 | |
| 16181662 | 2 years ago | | | 0 | 0.00065498691 | |
| 16181656 | 2 years ago | | | 0 | 0.00059975500 | |
| 16060633 | 2 years ago | | | 0 | 0.00047314535 | |
| 15606767 | 2 years ago | | | 0 | 0.00024554266 |
ABI
ABI objects
Getter at block 21159983
MAX_FREE_MINTS_PER_WALLET() view returns (uint16)
2
MAX_MINT_AMOUNT_PER_TX() view returns (uint256)
10
MAX_SUPPLY() view returns (uint256)
4444
METADATA_FROZEN() view returns (bool)
false
PRICE() view returns (uint256)
2000000000000000
SALE_IS_ACTIVE() view returns (bool)
true
name() view returns (string)
BabyRektGuy
owner() view returns (address)
0x202e1d357f11d5bb82bd48cc427114431f4a2ddd
paused() view returns (bool)
false
symbol() view returns (string)
BRG
totalFreeMinted() view returns (uint256)
1699
totalSupply() view returns (uint256)
3771
Read-only
balanceOf(address owner) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct ERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct ERC721ATokenOwnership[])
getApproved(uint256 tokenId) view returns (address)
getFreeMints(address addy) view returns (uint64)
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)
burn(uint256 tokenId)
freezeMetadata()
getRekt(uint32 _mintAmount) payable
pause()
rek(address _to, uint256 _mintAmount)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string customBaseURI_)
setMaxFreeMintsPerWallet(uint16 maxFreeMintsPerWallet)
setMaxMintPerTx(uint256 maxMint)
setPrice(uint256 price)
setSaleState(bool state)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
withdraw()
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)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor(uint256 price, uint256 maxSupply, uint256 maxMintPerTx, uint16 maxFreeMintsPerWallet, string baseUri)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
ContractPaused()
InvalidQueryRange()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()