wulftown.wtf
Verified contract
Active on
Ethereum with 854 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 "wulftown.wtf"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15846059 | 2 years ago | | | 0 | 0.00026722073 | |
| 15384293 | 2 years ago | | | 0 | 0.00034363243 | |
| 15384289 | 2 years ago | | | 0 | 0.00072294697 | |
| 15298031 | 2 years ago | | | 0 | 0.00032295745 | |
| 15159906 | 2 years ago | | | 0 | 0.00033082059 | |
| 15090651 | 2 years ago | | | 0 | 0.00070221787 | |
| 15090647 | 2 years ago | | | 0 | 0.0012318140 | |
| 15047826 | 2 years ago | | | 0 | 0.0011376186 | |
| 14994238 | 2 years ago | | | 0 | 0.00097236331 | |
| 14991746 | 2 years ago | | | 0 | 0.00068647717 |
ABI
ABI objects
Getter at block 21434944
cost1() view returns (uint256)
0
cost2() view returns (uint256)
0
maxLimitPerWallet() view returns (uint256)
20
maxMintAmountPerTxPhase1() view returns (uint256)
2
maxMintAmountPerTxPhase2() view returns (uint256)
18
name() view returns (string)
wulftown.wtf
owner() view returns (address)
0x3c8aed7af5004db3cf1594e54dc598f678fb7e0a
revealed() view returns (bool)
true
sale() view returns (bool)
true
supplyLimit() view returns (uint256)
3333
symbol() view returns (string)
WFT
totalSupply() view returns (uint256)
1240
uri() view returns (string)
ipfs://Qmcm8YQqDP7sW1MZDehJmVKuZJ22UzxGbCjhKVf9HkgFGy/
uriSuffix() view returns (string)
.json
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
price(uint256 _mintAmount) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
State-modifying
Events Airdrop(uint256 _mintAmount, address _receiver)
Mint(uint256 _mintAmount) payable
approve(address to, uint256 tokenId)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setMaxMintAmountPerTxPhase1(uint256 _maxMintAmountPerTxPhase1)
setMaxMintAmountPerTxPhase2(uint256 _maxMintAmountPerTxPhase2)
setRevealed(bool _state)
setSaleStatus(bool _sale)
setUriSuffix(string _uriSuffix)
setcost1(uint256 _cost1)
setcost2(uint256 _cost2)
setmaxLimitPerWallet(uint256 _maxLimitPerWallet)
setsupplyLimit(uint256 _supplyLimit)
seturi(string _uri)
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(string _uri)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()