Sougen Genesis Collection
Verified contract
Active on
Ethereum with 7,940 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 "Sougen Genesis Collection"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21257026 | 3 days ago | | | 0 | 0.00040158560 | |
| 21101414 | 25 days ago | | | 0 | 0.00026207440 | |
| 21012499 | a month ago | | | 0 | 0.00025595962 | |
| 20903276 | 2 months ago | | | 0 | 0.00034813549 | |
| 20851913 | 2 months ago | | | 0 | 0.00028974225 | |
| 20851913 | 2 months ago | | | 0 | 0.00028922104 | |
| 20851766 | 2 months ago | | | 0 | 0.00036660760 | |
| 20650175 | 3 months ago | | | 0 | 0.000051891650 | |
| 20632107 | 3 months ago | | | 0 | 0.000059245498 | |
| 20577195 | 3 months ago | | | 0 | 0.000066133259 |
ABI
ABI objects
Getter at block 21278501
cost() view returns (uint256)
20000000000000000
hiddenMetadataUri() view returns (string)
ipfs://QmRAqrSEEZ6h9Rsz1tAgBTiTQsfQ831fFLNcucoJW22XnA/hidden.json
maxMint() view returns (uint256)
5
maxMintForGiveaway() view returns (uint256)
88
maxSupply() view returns (uint256)
8888
name() view returns (string)
Sougen Genesis Collection
owner() view returns (address)
0x92d3390b1b45507ba7b9826a8a0073240d95ae18
paused() view returns (bool)
false
publicCost() view returns (uint256)
30000000000000000
publicOpen() view returns (bool)
true
revealed() view returns (bool)
true
symbol() view returns (string)
SGC
totalSupply() view returns (uint256)
8888
uriPrefix() view returns (string)
https://storage.utsubo.co/genesis-json/
uriSuffix() view returns (string)
.json
wlOpen() view returns (bool)
false
Read-only
_usedNonces(string) view returns (bool)
_walletMintStatus(address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
hashTransaction(address sender, uint256 amount, string nonce) view returns (bytes32)
isApprovedForAll(address owner, address operator) view returns (bool)
matchSigner(bytes32 hash, bytes signature) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 _mintAmount, string nonce, bytes32 hash, bytes signature) payable
mintForGiveaway()
publicMint(uint256 _mintAmount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setCost(uint256 _cost)
setHiddenMetadataUri(string _hiddenMetadataUri)
setMaxMint(uint256 _maxMint)
setMaxSupply(uint256 _maxMSupply)
setPaused(bool _state)
setPublicCost(uint256 _cost)
setPublicOpen(bool _state)
setRevealed(bool _state)
setUriPrefix(string _uriPrefix)
setUriSuffix(string _uriSuffix)
setWlOpen(bool _state)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
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)
mintSuccess(address indexed _from, uint256 amount, uint256 supply)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.