Beg For It
Verified contract
Proxy
Active on
Ethereum with 85 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
5 additional
variables
Balances ($0.00)
No balances found for "Beg For It"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17680374 | a year ago | | | 0 | 0.0013366017 | |
| 17326952 | 2 years ago | | | 0 | 0.0020847194 | |
| 16494875 | 2 years ago | | | 0 | 0.00047682609 | |
| 16251279 | 2 years ago | | | 0 | 0.00066672570 | |
| 16227910 | 2 years ago | | | 0 | 0.0014267474 | |
| 16185878 | 2 years ago | | | 0 | 0.00061900588 | |
| 16164545 | 2 years ago | | | 0 | 0.00094511571 | |
| 16155016 | 2 years ago | | | 0 | 0.00066086045 | |
| 16150542 | 2 years ago | | | 0.035 | 0.0013709043 | |
| 16133822 | 2 years ago | | | 0.035 | 0.0018053880 |
ABI
ABI objects
Getter at block 21265046
MAX_TOKENS() view returns (uint256)
200
baseURI() view returns (string)
ipfs://bafkreiant2g3us5ojkzlzqvn4inzy6rlox5jo76v5yiysowy4oaox6tc44?
contractURI() view returns (string)
ipfs://bafyreicevs4w562kchnz3pgrrxzdedl2lfabgf74sx3og2gfunk6r6rflu/metadata.json?
hasAdjustableCap() view returns (bool)
false
maxTokenPurchase() view returns (uint256)
3
metadataRenderer() view returns (address)
0x0000000000000000000000000000000000000000
name() view returns (string)
Beg For It
owner() view returns (address)
0x6d5969f4472e2a1ef14fe5326933f1cf88c015e6
parentIP() view returns (address)
0x0000000000000000000000000000000000000000
presaleEnd() view returns (uint256)
1668819600
presaleStart() view returns (uint256)
1668646800
royaltyBPS() view returns (uint256)
1500
saleEnd() view returns (uint256)
1670641200
saleIsActive() view returns (bool _saleIsActive)
false
saleIsPaused() view returns (bool)
false
saleStart() view returns (uint256)
1670346000
splitMain() view returns (address)
0x2ed6c4b5da6378c7897ac67ba9e43102feb694ee
splitWallet() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
XNDSNGLS
tokenGateConfig() view returns (address tokenAddress, uint88 minBalance, uint8 saleType)
(tokenAddress=0x0000000000000000000000000000000000000000, minBalance=0, saleType=0)
tokenPrice() view returns (uint256)
35000000000000000
totalSupply() view returns (uint256)
64
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)
royaltyInfo(uint256 tokenId, uint256 salePrice) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events adjustCap(uint256 newCap)
approve(address to, uint256 tokenId)
createSplit(address[] accounts, uint32[] percentAllocations, uint32 distributorFee)
distributeAndWithdraw(address account, uint256 withdrawETH, address[] tokens, address[] accounts, uint32[] percentAllocations, uint32 distributorFee, address distributorAddress)
distributeERC20(address token, address[] accounts, uint32[] percentAllocations, uint32 distributorFee, address distributorAddress)
distributeETH(address[] accounts, uint32[] percentAllocations, uint32 distributorFee, address distributorAddress)
flipSaleState()
initialize(address _owner, struct EditionConfig _editionConfig, struct MetadataConfig _metadataConfig, struct TokenGateConfig _tokenGateConfig, address _metadataRenderer, address _splitMain)
mint(uint256 numberOfTokens) payable
mintAirdrop(address[] recipients)
mintPresale(uint256 quantity, uint256 maxQuantity, uint256 pricePerToken, bytes32[] merkleProof) payable
renounceOwnership()
reserveDCNT(uint256 numReserved)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string uri)
setContractURI(string uri)
setMetadataRenderer(address _metadataRenderer)
setPresaleMerkleRoot(bytes32 _presaleMerkleRoot)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
transferToSplit(uint256 transferETH, address[] tokens)
updateSaleStartEnd(uint256 newStart, uint256 newEnd)
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)
Initialized(uint8 version)
Minted(address sender, uint256 tokenId_)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()