TheWickedStallions
Verified contract
Active on
Ethereum with 12,505 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x85f7…745b
Balances ($0.00)
No balances found for "TheWickedStallions"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21194629 | 8 days ago | | | 0 | 0.0015686160 | |
| 21162268 | 12 days ago | | | 0 | 0.00082262914 | |
| 21151512 | 14 days ago | | | 0 | 0.00074261185 | |
| 21146847 | 14 days ago | | | 0 | 0.00024857000 | |
| 21103037 | 20 days ago | | | 0 | 0.000098686538 | |
| 21101711 | 20 days ago | | | 0 | 0.00020803537 | |
| 21098452 | 21 days ago | | | 0 | 0.00015970100 | |
| 21084086 | 23 days ago | | | 0 | 0.00039970738 | |
| 21074967 | 24 days ago | | | 0 | 0.00030672043 | |
| 21047146 | a month ago | | | 0 | 0.00022866805 |
ABI
ABI objects
Getter at block 21248399
WickedStallionsProvenance() view returns (string)
maxStallions() view returns (uint256)
10762
name() view returns (string)
TheWickedStallions
owner() view returns (address)
0xa343f89e7a90ce6eb8888a4247820697dbe05623
saleIsActive() view returns (bool)
false
symbol() view returns (string)
TWS
totalSupply() view returns (uint256)
9814
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isMinted(uint256 tokenId) 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)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
flipSaleState()
mintStallions(uint256 startingIndex, uint256 totalStallionsToMint)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string uri)
setProvenanceHash(string provenanceHash)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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.
This contract contains no error objects.