ToxicBarrels
Verified contract
Active on
Ethereum with 357 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
12 additional
variables
Balances ($0.00)
No balances found for "ToxicBarrels"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19819167 | 7 months ago | | | 0 | 0.00053444121 | |
| 19618220 | 8 months ago | | | 0 | 0.0025818240 | |
| 18882644 | a year ago | | | 0 | 0.0013373589 | |
| 18796082 | a year ago | | | 0 | 0.0039466851 | |
| 18494887 | a year ago | | | 0.0089 | 0.0011423236 | |
| 18471588 | a year ago | | | 0 | 0.0030327395 | |
| 18466587 | a year ago | | | 0 | 0.0013545787 | |
| 18416531 | a year ago | | | 0 | 0.0024094103 | |
| 18414937 | a year ago | | | 0.0089 | 0.0032007685 | |
| 18408507 | a year ago | | | 0 | 0.00055904481 |
ABI
ABI objects
Getter at block 21383314
MAX_PER_WALLET_OG() view returns (uint256)
9
MAX_PER_WALLET_PUBLIC() view returns (uint256)
2500
MAX_PER_WALLET_WL() view returns (uint256)
5
MAX_SUPPLY() view returns (uint256)
2500
MAX_TOTAL_OG() view returns (uint256)
2500
MAX_TOTAL_PUBLIC() view returns (uint256)
2500
MAX_TOTAL_WL() view returns (uint256)
2500
baseURI() view returns (string)
ipfs://bafybeigl5tiy7jqdvramjemclhussp3hbzhslksabjl7ldtbf7bj7yxaka/
merkleRootOG() view returns (bytes32)
0x087bc566af6ad8b638aaa18a912a8a31eec2126456190392a6ec0415d4439de5
merkleRootWL() view returns (bytes32)
0xb9e277c06ecd04759a2917d2fed9f065059d370e96ea4229d755c1b6a6554bdb
name() view returns (string)
ToxicBarrels
ogSalePrice() view returns (uint256)
6900000000000000
owner() view returns (address)
0x6469dd0fc003405637c8a15db65dee1686eff21f
publicSalePrice() view returns (uint256)
8900000000000000
sellingStep() view returns (uint8)
3
symbol() view returns (string)
TXB
totalReleased() view returns (uint256)
1392900000000000000
totalShares() view returns (uint256)
100
totalSupply() view returns (uint256)
1457
wlSalePrice() view returns (uint256)
7900000000000000
Read-only
amountNFTsperWalletOG(address) view returns (uint256)
amountNFTsperWalletPUBLIC(address) view returns (uint256)
amountNFTsperWalletWL(address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
calculateRoyalty(uint256 _salePrice) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
payee(uint256 index) view returns (address)
releasable(address account) view returns (uint256)
releasable(address token, address account) view returns (uint256)
released(address account) view returns (uint256)
released(address token, address account) view returns (uint256)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address receiver, uint256 royaltyAmount)
shares(address account) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
totalReleased(address token) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
gift(address[] _to, uint256[] _quantity)
lowerSupply(uint256 _MAX_SUPPLY)
ogMint(address _account, uint256 _quantity, bytes32[] _proof) payable
publicSaleMint(address _account, uint256 _quantity) payable
release(address account)
release(address token, address account)
releaseAll()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseUri(string _baseURI)
setMaxPerWalletOG(uint256 _MAX_PER_WALLET_OG)
setMaxPerWalletPUBLIC(uint256 _MAX_PER_WALLET_PUBLIC)
setMaxPerWalletWL(uint256 _MAX_PER_WALLET_WL)
setMaxTotalOG(uint256 _MAX_TOTAL_OG)
setMaxTotalPUBLIC(uint256 _MAX_TOTAL_PUBLIC)
setMaxTotalWL(uint256 _MAX_TOTAL_WL)
setMerkleRootOG(bytes32 _merkleRootOG)
setMerkleRootWL(bytes32 _merkleRootWL)
setOGSalePrice(uint256 _ogSalePrice)
setPublicSalePrice(uint256 _publicSalePrice)
setRoyaltyInfo(address _receiver, uint96 _royaltyFeesInBips)
setStep(uint256 _step)
setWLSalePrice(uint256 _wlSalePrice)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistMint(address _account, uint256 _quantity, bytes32[] _proof) payable
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)
ERC20PaymentReleased(address indexed token, address to, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PayeeAdded(address account, uint256 shares)
PaymentReceived(address from, uint256 amount)
PaymentReleased(address to, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(uint96 _royaltyFeesInBips, address[] _team, uint256[] _teamShares, string _baseURI, bytes32 _merkleRootWL, bytes32 _merkleRootOG)
receive()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()