smileydumbfuhk
Verified contract
Active on
Ethereum with 3,441 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 "smileydumbfuhk"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18907329 | a year ago | | | 0 | 0.00063121861 | |
| 18436822 | a year ago | | | 0 | 0.0011242793 | |
| 17843825 | a year ago | | | 0 | 0.00074291937 | |
| 17843824 | a year ago | | | 0 | 0.0013464572 | |
| 17007443 | 2 years ago | | | 0 | 0.00083725200 | |
| 17007443 | 2 years ago | | | 0 | 0.00083768400 | |
| 16962189 | 2 years ago | | | 0 | 0.0021948090 | |
| 16586112 | 2 years ago | | | 0 | 0.0020185786 | |
| 16382812 | 2 years ago | | | 0 | 0.00072838042 | |
| 16306907 | 2 years ago | | | 0 | 0.00075067354 |
ABI
ABI objects
Getter at block 21286830
MAX_TOKENS() view returns (uint256)
8008
baseURI() view returns (string)
ipfs://QmWc9NHhYp7sNnw3F9a5EYtkUf5Lna9J9oS2iPrBqbASJr/
devReserve() view returns (uint256)
5
isSaleActive() view returns (bool)
true
maxPerWallet() view returns (uint256)
5
name() view returns (string)
smileydumbfuhk
owner() view returns (address)
0xffae55a8a1f59053563e631e0b10245986e2ed8f
symbol() view returns (string)
SDF
tokenPrice() view returns (uint256)
500000000000000
totalSupply() view returns (uint256)
8008
Read-only
balanceOf(address owner) view returns (uint256)
exists(uint256 tokenId) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256 tokenId)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events Withdraw() payable
activateSale()
approve(address to, uint256 tokenId)
freeMintClaim(address to) payable
mintMultiplePublic(address to, uint256 quantity) payable
renounceOwnership()
reserveTokens(address dev, uint256 reserveAmount)
safeTransferFrom(address from, address to, uint256 id)
safeTransferFrom(address from, address to, uint256 id, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
setPrice(uint256 _newTokenPrice)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 indexed id)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
NFTMINTED(uint256 tokenId, address owner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed id)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerIndexOutOfBounds()
OwnerQueryForNonexistentToken()
TokenIndexOutOfBounds()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
UnableDetermineTokenOwner()
UnableGetTokenOwnerByIndex()