Soapy Genesis
Verified contract
Active on
Ethereum with 534 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
4 additional
variables
Balances ($5,076.80)
Native
Value
$5,076.8
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 1.6 | $3,173.00 |
$5,076.8 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19819160 | 6 months ago | | | 0 | 0.00050645995 | |
| 19811129 | 6 months ago | | | 0 | 0.00017894472 | |
| 19811129 | 6 months ago | | | 0 | 0.00017894472 | |
| 19811128 | 6 months ago | | | 0 | 0.00018310368 | |
| 19736629 | 7 months ago | | | 0 | 0.00013534848 | |
| 19709263 | 7 months ago | | | 0 | 0.00016059596 | |
| 19656141 | 7 months ago | | | 0 | 0.00053823208 | |
| 17731315 | a year ago | | | 0 | 0.00035308923 | |
| 17457593 | a year ago | | | 0 | 0.00079030331 | |
| 17356088 | a year ago | | | 0 | 0.0010371618 |
ABI
ABI objects
Getter at block 21181679
claimExpireAt() view returns (uint256)
1643673600
isClaimActive() view returns (bool)
true
isSaleActive() view returns (bool)
true
maxGifts() view returns (uint256)
500
maxMintLmt() view returns (uint256)
10
maxPerAddrLmt() view returns (uint256)
10000
maxSupply() view returns (uint256)
10000
maxWhitelisteds() view returns (uint256)
3000
name() view returns (string)
Soapy Genesis
nftSalePrice() view returns (uint256)
100000000000000000
numClaimed() view returns (uint256)
384
numGifts() view returns (uint256)
35
owner() view returns (address)
0x1f1e8e0107e5b2060f4e62d82c14ca96b624f6f9
symbol() view returns (string)
SG
totalSupply() view returns (uint256)
436
whitelistedMKRoot() view returns (bytes32)
0xf82e6c8896c832e934bae584e52ae6261f58a90aca0c3d2dc4cb1fa93095931d
Read-only
balanceOf(address owner) view returns (uint256)
claimed(address) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isWhitelisted(bytes32[] mkProof, address _user) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 tokenId, uint256 salePrice) view returns (address receiver, uint256 royaltyAmount)
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)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
claim(bytes32[] mkProof, address _address) payable
giftNFTs(address[] addresses)
mint(uint256 num) payable
releaseUnClaimedWhitelisted()
renounceOwnership()
reserveForGifting(uint256 _num)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _baseURI)
setClaimExpireAt(uint256 _limit)
setIsOpenSeaProxyActive(bool _isOpenSeaProxyActive)
setIsSaleActive(bool _active)
setIsWhitelistedActive(bool _active)
setMaxMintLmt(uint256 _limit)
setMaxPerAddrLmt(uint256 _limit)
setMerkleRoot(bytes32 _root)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
withdrawTokens(address token)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address _openSeaProxyRegAddr, string _baseURI, bytes32 _whitelistedMKRoot)
This contract contains no fallback and receive objects.
This contract contains no error objects.