Gold Saucer Chip
Verified contract
Active on
Ethereum with 6,912 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
0xa9ba…97e7
-
variable spans 49 additional slots
-
variable spans 49 additional slots
1 additional
variable
Balances ($0.00)
No balances found for "Gold Saucer Chip"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15780979 | 2 years ago | | | 0.4 | 0.00045824042 | |
| 15663410 | 2 years ago | | | 0 | 0.0011226397 | |
| 15663397 | 2 years ago | | | 0 | 0.0037906782 | |
| 15663302 | 2 years ago | | | 0 | 0.00038437490 | |
| 15598934 | 2 years ago | | | 0.195 | 0.00032904121 | |
| 15488488 | 2 years ago | | | 0.1 | 0.00024752674 | |
| 15488483 | 2 years ago | | | 0.1 | 0.00029755113 | |
| 15488476 | 2 years ago | | | 0.01 | 0.00035036248 | |
| 15488435 | 2 years ago | | | 0 | 0.56168082 | |
| 15488434 | 2 years ago | | | 0 | 0.46877037 |
ABI
ABI objects
Getter at block 21303628 viewWithdrawAmounts() view returns (uint256[])
GasEvo() view returns (address)
0xa9ba1a433ec326bca975aef9a1641b42717197e7
URIType() view returns (uint256)
1
_uri() view returns (string)
ipfs://bafkreid2osjynm6qxvu7pzgiaex6ajmrm2jfip4ji5trqgjbmcsuluoyi4
allowlistMintEnabled() view returns (bool)
false
allowlistMintPrice() view returns (uint256)
195000000000000000
balance() view returns (uint256)
0
biddingActive() view returns (bool)
false
finalPrice() view returns (uint256)
300000000000000000
minCommit() view returns (uint256)
100000000000000000
name() view returns (string)
Gold Saucer Chip
owner() view returns (address)
0x052a5cc32aa8b219ddbeaf63fd80aa67948d1918
payableGovernanceAddresses() view returns (address[])
[0x89238e868954eBA991248bc7e8320Cd1061E6C9f, 0xE31fBB6Cd0bf4d944ACCD098Ef6Ee0058E6b0ff2, 0xb96AaFf3e62f95Fc01232371768fEF59b3D818cD, 0xfe962F0C8ccE11A61503EA9e34a04B4a17b2330B, 0x3B3B40A86b122f63a9a63f144098DD39ccaE3F32, 0x3a4d4a2E1FFf79A1Ab272361B48966f8434C351b, 0x156900a9Ad4591108A7291Efc0D7C2209327e1f7, 0xE9091405165f78Fb58283357BAa01B8b1f1ce2DE, 0x8C472Bc17abA4A70E1811D5424068122A8A17f06, 0xbB86ce128f5FE6d671eeBC75cCC6dc6Ab3A335ee, 0xDe9340322AE3544C27dE1ef1dFFD763FA214a843]
payableGovernanceSetter() view returns (address)
0x052a5cc32aa8b219ddbeaf63fd80aa67948d1918
payableGovernanceShares() view returns (uint256[])
[300, 100, 100, 100, 100, 50, 50, 50, 50, 50, 50]
symbol() view returns (string)
GSCHIP
totalAllowlistsMinted() view returns (uint256)
0
Read-only
addressToAllowlistMinted(address) view returns (uint256)
addressToEmergencyUnlocked(address) view returns (bool)
balanceOf(address owner_, uint256 id_) view returns (uint256)
balanceOfBatch(address[] addresses_, uint256[] ids_) view returns (uint256[])
getEligibleMints(address bidder_) view returns (uint256)
getMintPriceForUser(address minter_, uint256 mintAmount_) view returns (uint256)
getRefundAmount(address bidder_) view returns (uint256)
isAllowlisted(address address_, bytes32[] proof_, uint256 amount_) view returns (bool)
isApprovedForAll(address, address) view returns (bool)
queryCommitments(address[] bidders_) view returns (struct BucketAuctionBidData[])
supportsInterface(bytes4 interfaceId_) pure returns (bool)
tokenIdToURI(uint256) view returns (string)
tokenURI(uint256 id_) view returns (string)
uri(uint256 id_) view returns (string)
userToBidData(address) view returns (uint232 commitment, uint16 totalMinted, bool refundClaimed)
State-modifying
Events O_processCommits(address[] bidders_)
O_setAllowListMintEnabled(bool bool_)
O_setAllowlistMintPrice(uint256 price_)
O_setBaseTokenURI(string uri_)
O_setBaseTokenURI_EXT(string ext_)
O_setBiddingActive(bool bool_)
O_setFinalPrice(uint256 finalPrice_)
O_setGasEvo(address gasEvo_)
O_setMerkleRoot(bytes32 merkleRoot_)
O_setURI(string uri_)
O_setURIOfToken(uint256 id_, string uri_)
O_setURIType(uint256 uriType_)
bid() payable
emergencyWithdrawEther()
gangMint(uint256 mintAmount_, bytes32[] proof_, uint256 proofMintAmount_) payable
initializeGoldSaucerChips(address[] addresses_)
reouncePayableGovernancePermissions()
resetPayableGovernanceShareholders()
safeBatchTransferFrom(address from_, address to_, uint256[] ids_, uint256[] amounts_, bytes data_)
safeTransferFrom(address from_, address to_, uint256 id_, uint256 amount_, bytes data_)
setApprovalForAll(address operator_, bool approved_)
setPayableGovernanceShareholders(address[] addresses_, uint256[] shares_)
transferOwnership(address new_)
unlockEmergencyFunctionsAsShareholder()
withdrawEther()
ApprovalForAll(address indexed owner_, address indexed operator_, bool approved_)
Bid(address bidder, uint256 bidAmount, uint256 bidderTotal, uint256 bucketTotal)
FinalPriceSet(address setter, uint256 finalPrice)
GangMint(address indexed minter, uint256 mintAmount, uint256 newTotalMintAmount, uint256 proofMintAmount)
MintProcessed(address indexed bidder, uint256 mintAmount)
Received(address from, uint256 amount)
RefundProcessed(address indexed bidder, uint256 refundAmount)
TransferBatch(address indexed operator_, address indexed from_, address indexed to_, uint256[] ids_, uint256[] amounts_)
TransferSingle(address indexed operator_, address indexed from_, address indexed to_, uint256 id_, uint256 amount_)
URI(string value_, uint256 indexed id_)
constructor(address gasEvo_)
receive()
This contract contains no error objects.