GnGOffering
Verified contract
Active on
Ethereum with 3,274 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 "GnGOffering"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21009930 | a month ago | | | 0 | 0.00079924166 | |
| 20987403 | a month ago | | | 0 | 0.0017478962 | |
| 20882348 | a month ago | | | 0 | 0.00069737406 | |
| 20808810 | 2 months ago | | | 0 | 0.0013717266 | |
| 20808674 | 2 months ago | | | 0 | 0.0014999595 | |
| 20797150 | 2 months ago | | | 0 | 0.0040948036 | |
| 20768299 | 2 months ago | | | 0 | 0.00032229762 | |
| 20759862 | 2 months ago | | | 0 | 0.00032091860 | |
| 20750893 | 2 months ago | | | 0 | 0.00036339223 | |
| 20745036 | 2 months ago | | | 0 | 0.00022573839 |
ABI
ABI objects
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(address) view returns (bool)
supportedERC721Collections(address) view returns (bool)
State-modifying
Events addERC1155Collections(address[] collections)
addERC721Collections(address[] collections)
offer(address[] collections, uint256[][] tokenIds, uint256[][] amounts)
pause()
removeERC1155Collections(address[] collections)
removeERC721Collections(address[] collections)
renounceOwnership()
setMaxAmountPerTx(uint256 amount)
transferOwnership(address newOwner)
unpause()
AmountOffered(address indexed sender, uint256 totalAmount)
CollectionsAdded(address indexed operator, uint8 tokenType, address[] collections)
CollectionsRemoved(address indexed operator, uint8 tokenType, address[] collections)
ERC1155Offered(address indexed sender, address indexed collection, uint256[] tokenIds, uint256[] amounts)
ERC721Offered(address indexed sender, address indexed collection, uint256[] tokenIds)
MaxAmountUpdated(address indexed operator, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Unpaused(address account)
constructor(address[] _supportedERC721Collections, address[] _supportedERC1155Collections)
This contract contains no fallback and receive objects.
InvalidInput(string errMsg)