GnGOffering

Verified contract

Active on Ethereum with 3,274 txns
Deployed by via 0xb245f770 at 16915340
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "GnGOffering"

0xec07e56afe902f06efb0bd45ea2d5112587017cea369eac97ee10849c5b52768
0x586105cb29fff87bc710c480525b1d1506d3be8f03f5131ed511a326ffedd63d
0xc4db0abb5c9eb06ba3be1cfd319f3b95a3ddccc0b1d617df97c6605d01a069c8
0x95d3a36438ec42273487fec415015ad96ca55cd3e0a3a4b199f9a0a755c97ad0
0x99e27d49d28a35e8a81dba925381f0e459d7e3aba40937da73a985f35cd9b0b9
0xec84e1274e77c25534c773d37e19bf93e8991bd46e7b1c25dc4cbb9e27840a26
0xc86798e82638d8badb823d8d09329fa5ed566af272799ee0dbc06538e93ebcc7
0x520a4fb700484e217d87c32840adfa08c31024909f0e67b61f59b3e17fedcfe5
0xa06f098b8f123ce48bbbe6ebcd1b767762fc977c81766d3de57e3e5a8069de70
0xfbeb8aee905b15d03a644726ffde5a568c0398dd84f95989028a00a7de3930d0

Functions
Getter at block 21201676
burnAddress(view returns (address)
0x000000000000000000000000000000000000dead
maxAmountPerTx(view returns (uint256)
15
owner(view returns (address)
0x91b6827bcbe88965e6b03a444ce681139d3f0ec6
paused(view returns (bool)
false
Read-only
supportedERC1155Collections(addressview returns (bool)
supportedERC721Collections(addressview returns (bool)
State-modifying
addERC1155Collections(address[] collections
addERC721Collections(address[] collections
offer(address[] collectionsuint256[][] tokenIdsuint256[][] amounts
pause(
removeERC1155Collections(address[] collections
removeERC721Collections(address[] collections
renounceOwnership(
setMaxAmountPerTx(uint256 amount
transferOwnership(address newOwner
unpause(
Events
AmountOffered(address indexed senderuint256 totalAmount
CollectionsAdded(address indexed operatoruint8 tokenTypeaddress[] collections
CollectionsRemoved(address indexed operatoruint8 tokenTypeaddress[] collections
ERC1155Offered(address indexed senderaddress indexed collectionuint256[] tokenIdsuint256[] amounts
ERC721Offered(address indexed senderaddress indexed collectionuint256[] tokenIds
MaxAmountUpdated(address indexed operatoruint256 amount
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Paused(address account
Unpaused(address account
Constructor
constructor(address[] _supportedERC721Collectionsaddress[] _supportedERC1155Collections
Fallback and receive

This contract contains no fallback and receive objects.

Errors
InvalidInput(string errMsg