Soku Darlings
Verified contract
Active on
Ethereum with 2,678 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($47.87)
Native
Value
$47.87
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.015 | $3,191.46 |
$47.87 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17608427 | a year ago | | | 0 | 0.00063838471 | |
| 17493215 | a year ago | | | 0 | 0.0050312259 | |
| 16728503 | 2 years ago | | | 0 | 0.0018591274 | |
| 16682786 | 2 years ago | | | 0 | 0.0015416337 | |
| 16663205 | 2 years ago | | | 0 | 0.0016892488 | |
| 16646810 | 2 years ago | | | 0 | 0.0010452390 | |
| 16490150 | 2 years ago | | | 0 | 0.00035231914 | |
| 16088752 | 2 years ago | | | 0 | 0.00053994916 | |
| 16087540 | 2 years ago | | | 0 | 0.00054997957 | |
| 15894936 | 2 years ago | | | 0 | 0.00095487319 |
ABI
ABI objects
Getter at block 21161098
_maxSupply() view returns (uint32)
5000
_metadataURI() view returns (string)
https://sokudarlings.com/nft/
_price() view returns (uint256)
5000000000000000
_started() view returns (bool)
true
_teamMinted() view returns (uint32)
5
_teamReserved() view returns (uint32)
5
_txLimit() view returns (uint32)
20
_walletLimit() view returns (uint32)
200
name() view returns (string)
Soku Darlings
owner() view returns (address)
0xc7ed1b771afdcfe0db91f5cdf559f524cd1c5e9c
symbol() view returns (string)
DARLING
totalSupply() view returns (uint256)
2662
Read-only
_state(address minter) view returns (struct SokuDarlingsHelperState)
balanceOf(address owner) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
devMint(address to, uint32 amount)
mint(uint32 amount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setFeeNumerator(uint96 feeNumerator)
setMetadataURI(string uri)
setStarted(bool started)
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)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
InvalidQueryRange()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()