0xOG by 0xStudio
Verified contract
Active on
Ethereum with 3,214 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
15 additional
variables
Balances ($0.00)
No balances found for "0xOG by 0xStudio"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20982290 | a month ago | | | 0 | 0.00024423009 | |
| 20413714 | 4 months ago | | | 0 | 0.00020027218 | |
| 20265399 | 5 months ago | | | 0 | 0.000089922724 | |
| 19885615 | 6 months ago | | | 0 | 0.00015868935 | |
| 19881545 | 6 months ago | | | 0 | 0.00024063115 | |
| 19637568 | 7 months ago | | | 0 | 0.0010900006 | |
| 19586856 | 8 months ago | | | 0 | 0.00063244161 | |
| 19584512 | 8 months ago | | | 0 | 0.00098893150 | |
| 19571477 | 8 months ago | | | 0 | 0.00063861124 | |
| 19500236 | 8 months ago | | | 0 | 0.0013893502 |
ABI
ABI objects
Getter at block 21263263
_defaultURI() view returns (string)
https://0xstudio.mypinata.cloud/ipfs/QmWxdqK5UeHGjQCJsfDbBBhSBHemspW52TcH6e8npREG79
_tokenBaseURI() view returns (string)
https://0xstudio.mypinata.cloud/ipfs/QmPGe3M64bEe4SzjYHSNa5XKA48Y3V6K3t842eABeZERjr/
availableForSale() view returns (uint256)
502
availableReserve() view returns (uint256)
90
discountBlockSize() view returns (uint256)
180
dutchEnabled() view returns (bool)
false
getEndSaleBlock() view returns (uint256)
0
getMaxSupplyByMode() view returns (uint256)
0
getMintedByMode() view returns (uint256)
0
getPriceByMode() view returns (uint256)
1800000000000000000
getStartSaleBlock() view returns (uint256)
0
getState() view returns (uint8)
9
getTransactionCappedByMode() pure returns (uint256)
1
isPublicSaleSoldOut() view returns (bool)
false
isRevealed() view returns (bool)
true
isSubsequenceSale() view returns (bool)
true
lowerBoundPrice() view returns (uint256)
0
maxPublicSalePerTx() view returns (uint256)
1
maxReserve() view returns (uint256)
280
maxSaleCapped() view returns (uint256)
1
maxSupply() view returns (uint256)
1000
name() view returns (string)
0xOG by 0xStudio
nextSubsequentSale() view returns (uint256)
14947998
overridedSaleState() view returns (uint8)
0
owner() view returns (address)
0x7a46feda7feb412c993156c3d9907ad231423244
priceFactor() view returns (uint256)
1337500000000000
publicSale() view returns (uint256 beginBlock, uint256 endBlock)
(beginBlock=14596875, endBlock=19596875)
publicSaleCap() view returns (uint256)
100
publicSalePrice() view returns (uint256)
1800000000000000000
revealBlock() view returns (uint256)
14596687
salePhase() view returns (uint8)
2
subsequentSaleBlockSize() view returns (uint256)
1661
symbol() view returns (string)
0xOGPASS
tokenBaseURI() view returns (string)
https://0xstudio.mypinata.cloud/ipfs/QmPGe3M64bEe4SzjYHSNa5XKA48Y3V6K3t842eABeZERjr/
totalPublicMinted() view returns (uint256)
308
totalReserveMinted() view returns (uint256)
190
totalSupply() view returns (uint256)
498
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
purchaseCount(address) view returns (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 airdrop(address[] addresses, uint256 amount)
approve(address to, uint256 tokenId)
disableDutchAuction()
enableDutchAuction()
enablePublicSale()
mintToken(uint256 amount, bytes signature) payable returns (bool)
release(address account)
renounceOwnership()
resetOverridedSaleState()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setAirdropRole(address addr)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setCloseSale()
setDefaultURI(string defaultURI)
setDiscountBlockSize(uint256 size)
setGovernorAddress(address _governor)
setOperatorAddress(address _operator)
setPauseSale()
setPriceDecayParams(uint256 _lowerBoundPrice, uint256 _priceFactor)
setPublicSaleCap(uint256 cap)
setPublicSaleConfig(struct OGBlockBasedSaleSaleConfig _publicSale)
setPublicSalePrice(uint256 _price)
setReserve(uint256 reserve)
setRevealBlock(uint256 blockNumber)
setSubsequentSaleBlock(uint256 b)
setTransactionLimit(uint256 publicSaleLimit)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
Airdrop(address[] addresses, uint256 amount)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
AssignAirdropAddress(address indexed _address)
AssignBaseURI(string _value)
AssignDefaultURI(string _value)
AssignDiscountBlockSize(uint256 size)
AssignGovernorAddress(address indexed _address)
AssignOperatorAddress(address indexed _address)
AssignPriceDecayParameter(uint256 _lowerBoundPrice, uint256 _priceFactor)
AssignPrivateSalePrice(uint256 price)
AssignPrivateSapeCap(uint256 cap)
AssignPublicSaleConfig(uint256 beginBlock, uint256 endBlock)
AssignPublicSalePrice(uint256 price)
AssignReserveLimit(uint256 limit)
AssignRevealBlock(uint256 _blockNumber)
AssignSubsequentSaleNextBlock(uint256 _block)
AssignSubsequentSaleNextBlockByOperator(uint256 _block)
AssignTransactionLimit(uint256 publicSaleLimit)
DisableDutchAuction()
EnableDucthAuction()
EnablePublicSale()
ForceCloseSale()
ForcePauseSale()
MintAttempt(address indexed account, bytes data)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PermanentURI(string _value, uint256 indexed _id)
Purchased(address indexed account, uint256 indexed index)
ResetOverridedSaleState()
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
WithdrawNonPurchaseFund(uint256 balance)
constructor(string name, string symbol, uint256 _maxSupply, uint256 price, struct WagyuV2revenueShareParams revenueShare)
This contract contains no fallback and receive objects.
This contract contains no error objects.