Sofamon Seed
Verified contract
Active on
Ethereum with 2,977 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
1 additional
variable
Balances ($0.00)
No balances found for "Sofamon Seed"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21204334 | 2 days ago | | | 0 | 0.00083193989 | |
| 21179999 | 6 days ago | | | 0 | 0.0058632365 | |
| 21179996 | 6 days ago | | | 0 | 0.0060375809 | |
| 21134043 | 12 days ago | | | 0 | 0.00051362995 | |
| 21111703 | 15 days ago | | | 0 | 0.00013705788 | |
| 21109079 | 16 days ago | | | 0 | 0.00035718970 | |
| 21075334 | 20 days ago | | | 0 | 0.00050598339 | |
| 21026312 | a month ago | | | 0 | 0.00035654858 | |
| 21024245 | a month ago | | | 0 | 0.00033762744 | |
| 21020518 | a month ago | | | 0 | 0.00053523414 |
ABI
ABI objects
Getter at block 21221212
baseURI() view returns (string)
ipfs://bafybeiarzw2dx6665pjwee622wmalzlwraw7b35objttz5snognpn567ia/
freeTotalTokens() view returns (uint256)
5555
maxFreeState() view returns (uint256)
0
maxPaidState() view returns (uint256)
3
mintedFree() view returns (uint256)
3583
mintedPaid() view returns (uint256)
1950
mintedTreasury() view returns (uint256)
467
name() view returns (string)
Sofamon Seed
operatorFilteringEnabled() view returns (bool)
true
owner() view returns (address)
0x941c824bc80770251ee8529d7b0009943664027d
paused() view returns (bool)
true
price() view returns (uint256)
16900000000000000
saleState() view returns (uint8)
2
symbol() view returns (string)
Sofamon Seed
totalSupply() view returns (uint256)
6000
totalTokens() view returns (uint256)
10000
Read-only
balanceOf(address owner) view returns (uint256)
dashboardStatus(address _addr) view returns (struct SofaMonSofaMonDashboard dashboard)
freeMinted(address) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
publicMinted(address) view returns (uint256)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
treasuryMinted(address) view returns (uint256)
State-modifying
Events airdrop(address[] to)
approve(address operator, uint256 tokenId) payable
mintFree(uint256 _amount, uint256 _maxAmount, bytes32[] merkleProof)
mintPublic(uint256 _amount) payable
mintTreasury(address to, uint256 _amount)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes data) payable
setAllowTransfer(bool _isAllow)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newbaseURI)
setMerkleRoot(bytes32 _root)
setPause(bool _paused)
setPrice(uint256 newPrice)
setRoyaltyInfo(address receiver, uint96 numerator)
setSaleStage(uint8 _saleState)
toggleOperatorFilteringEnabled()
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()