tehBag Genesis
Verified contract
Active on
Ethereum with 4,170 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
9 additional
variables
Balances ($0.00)
No balances found for "tehBag Genesis"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21255065 | 8 days ago | | | 0 | 0.00059807675 | |
| 21102192 | a month ago | | | 0 | 0.00023848200 | |
| 21101757 | a month ago | | | 0 | 0.00029015310 | |
| 20981636 | 2 months ago | | | 0 | 0.00057536011 | |
| 20739741 | 3 months ago | | | 0 | 0.0010359180 | |
| 20653866 | 3 months ago | | | 0 | 0.000023398507 | |
| 20604668 | 3 months ago | | | 0 | 0.00051753095 | |
| 20542216 | 4 months ago | | | 0 | 0.00028255123 | |
| 20541597 | 4 months ago | | | 0 | 0.00013146147 | |
| 20541415 | 4 months ago | | | 0 | 0.00028972369 |
ABI
ABI objects
Getter at block 21311390
MAX_SUPPLY() view returns (uint256)
2777
OPERATOR_FILTER_REGISTRY() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
_defaultRoyaltyInfo() view returns (address receiver, uint96 royaltyFraction)
(receiver=0x39211ab93600ffbaa6e6193881cd60ca91d8bd12, royaltyFraction=5)
amountGuaranteedBuyWithETH() view returns (uint256)
58
amountGuaranteedBuyWithToken() view returns (uint256)
602
availableNFTS() view returns (uint256)
0
availableNFTsBag() view returns (uint256)
602
availableNFTsETH() view returns (uint256)
43
currentTokenId() view returns (uint256)
2763
disableContracts() view returns (bool)
true
maxMintPerAddress() view returns (uint256)
16
mintPrice() view returns (uint256)
10000000000000000000
mintPriceInBag() view returns (uint256)
10000000000000000000000000
name() view returns (string)
tehBag Genesis
os_filter_enabled() view returns (bool)
true
owner() view returns (address)
0x39211ab93600ffbaa6e6193881cd60ca91d8bd12
prepaidNFTs() view returns (uint256)
15
presaleStage() view returns (uint8)
4
royaltyPercentage() view returns (uint256)
10
royaltyReceiver() view returns (address)
0x39211ab93600ffbaa6e6193881cd60ca91d8bd12
symbol() view returns (string)
BAGS
token() view returns (address)
0x235c8ee913d93c68d2902a8e0b5a643755705726
totalSupply() view returns (uint256)
2762
Read-only
balanceOf(address owner) view returns (uint256)
buyers(address) view returns (uint256)
fcfsWL(address) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getUserAllocation(address user, bool isClaim) view returns (uint256)
getUserAllocationLeft(address user, bool isToken) view returns (uint256)
getUserTotalAllocationInAllRounds(address user) view returns (uint256, uint256, uint256)
guaranteedWL(address) view returns (uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
prepaidWL(address) view returns (uint256)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
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 addNFTsToBuyWithBag(uint256 _amount)
addNFTsToBuyWithETH(uint256 _amount)
approve(address operator, uint256 tokenId)
burn(uint256 tokenId)
claim(uint256 quantity)
mint(uint256 quantity) payable
mintOnlyOwner(address to, uint256 quantity, bool isBag)
mintUsingBag(uint256 quantity)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
setDefaultRoyaltyInfo(address receiver, uint96 amount)
setDisableContracts(bool status)
setFcfsUserAllocation(address user, uint256 amount)
setFcfsWL(address[] addresses, uint256[] amount)
setFilterStatus(bool status)
setGuaranteedWL(address[] addresses, uint256[] amount)
setGuaranteedWLUserAllocation(address user, uint256 amount)
setMaxMintPerAddress(uint256 amount)
setMintPrice(uint256 _mintPrice)
setMintPriceUsingBag(uint256 amount)
setPrepaidUserAllocation(address user, uint256 amount)
setPrepaidWL(address[] addresses, uint256[] amount)
setStage(uint8 _stage)
setToken(address token)
setprepaidNFTs(uint256 amount)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawETH()
withdrawTokens(address token)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
EthTransfer(address to, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TokenTransfer(address to, address token, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string name_, string symbol_, uint256 _maxSupply, uint256 _amountGuaranteedToBuyWithBag, uint256 _amountGuaranteedToBuyWithETH, uint256 _mintPrice, uint256 _mintPriceInBag, address _token, address _royaltyReceiver, uint96 _royaltyPercentage)
This contract contains no fallback and receive objects.
OperatorNotAllowed(address operator)