The Wisdomians
Verified contract
Active on
Ethereum with 863 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 "The Wisdomians"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17423273 | a year ago | | | 0 | 0.0011431516 | |
| 16749700 | 2 years ago | | | 0 | 0.0014073649 | |
| 16498735 | 2 years ago | | | 0 | 0.00085329666 | |
| 16080922 | 2 years ago | | | 0 | 0.00054265836 | |
| 15551224 | 2 years ago | | | 0 | 0.00019636546 | |
| 15484927 | 2 years ago | | | 0 | 0.0014812464 | |
| 15479160 | 2 years ago | | | 0 | 0.00060162927 | |
| 15449400 | 2 years ago | | | 0 | 0.00090914885 | |
| 15447031 | 2 years ago | | | 0 | 0.0017545064 | |
| 15447029 | 2 years ago | | | 0 | 0.0015774958 |
ABI
ABI objects
Getter at block 21222286
MAX_PER_Transaction() view returns (uint256)
9
MAX_PER_WALLET() view returns (uint256)
9
PRICE() view returns (uint256)
0
TOKEN_NUMBER() view returns (uint256)
5000
getStatus() view returns (uint256)
1
name() view returns (string)
The Wisdomians
owner() view returns (address)
0x1fe38bdf9bb1a2ab4035bf914f0ea78fe90a903c
revealed() view returns (bool)
true
status() view returns (uint256)
1
symbol() view returns (string)
TWD
totalSupply() view returns (uint256)
9999
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getOwnershipData(uint256 tokenId) view returns (struct ERC721ATokenOwnership)
getPrice(uint256 _quantity) view returns (uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
publicClaimedBy(address) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events airdrop(address sendTo, uint256 quantity)
approve(address to, uint256 tokenId)
burnNFT(uint256 tokenId)
changeMAX_PER_Transaction(uint256 q)
changeMAX_PER_WALLET(uint256 q)
changeMintPrice(uint256 _newPrice)
changeRevealStatus()
changeTOKEN_NUMBER(uint256 q)
mint(uint256 quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setSecondBaseURI(string baseURI)
setStatus(uint256 s)
setURIbeforeReveal(string URI)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawMoney()
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()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()