Outkast
Verified contract
Active on
Ethereum with 13,586 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
OK | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21248525 | a day ago | | | 0 | 0.00027417872 | |
| 21248283 | a day ago | | | 0 | 0.00051846189 | |
| 21246851 | a day ago | | | 0 | 0.00067214478 | |
| 21237672 | 3 days ago | | | 0 | 0.00072920946 | |
| 21236870 | 3 days ago | | | 0 | 0.0013830396 | |
| 21235041 | 3 days ago | | | 0 | 0.00047810777 | |
| 21235010 | 3 days ago | | | 0 | 0.00053882189 | |
| 21233452 | 3 days ago | | | 0 | 0.00048372299 | |
| 21232490 | 3 days ago | | | 0 | 0.00059200109 | |
| 21231714 | 3 days ago | | | 0 | 0.00092712941 |
ABI
ABI objects
Getter at block 21255606
MAX_OUTKASTS() view returns (uint256)
10000
MAX_OUTKASTS_PER_TXNS() view returns (uint256)
3
OUTKAST_PRICE() view returns (uint256)
50000000000000000
isSaleActive() view returns (bool)
false
isURIFrozen() view returns (bool)
false
name() view returns (string)
Outkast
owner() view returns (address)
0x8daa304130ba19296abf4ed7c5592c178588cf1e
saleHasConcluded() view returns (bool)
true
symbol() view returns (string)
OK
totalSupply() view returns (uint256)
9760
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)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
usedHashes(bytes32) view returns (bool)
State-modifying
Events approve(address to, uint256 tokenId)
burnOutkast(uint256 tokenId)
freezeURI()
mintOutkast(uint256 tokenQuantity, bytes signature, uint256 nonce) 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 newURI)
setSignatureVerifier(address newVerifier)
toggleSale()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawAll(address treasury) payable
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.