Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($133.40)
Native
Value
$133.4
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.036 | $3,705.46 |
$133.4 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20977845 | 2 months ago | | | 0 | 0.00027331323 | |
| 20356545 | 5 months ago | | | 0 | 0.0015436750 | |
| 20356496 | 5 months ago | | | 0 | 0.00023810822 | |
| 20356257 | 5 months ago | | | 0 | 0.00048128705 | |
| 20174327 | 6 months ago | | | 0 | 0.00021701436 | |
| 20174323 | 6 months ago | | | 0 | 0.00024581336 | |
| 20174314 | 6 months ago | | | 0 | 0.00025367693 | |
| 17952949 | a year ago | | | 0 | 0.00053449947 | |
| 16873826 | 2 years ago | | | 0 | 0.00055635401 | |
| 16777059 | 2 years ago | | | 0 | 0.0019991682 |
ABI
ABI objects
Getter at block 21378582
MAX_TOKENS() view returns (uint256)
10000
baseExtension() view returns (string)
.json
getPrice() view returns (uint256)
0
maxPurchase() view returns (uint256)
3
name() view returns (string)
Tactus
owner() view returns (address)
0x712fbf093b498be6be75a7ee824d61135a6e254a
saleIsActive() view returns (bool)
true
symbol() view returns (string)
TACT
totalSupply() view returns (uint256)
906
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)
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()
mintKaktus(uint256 numberOfTokens) 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 newBaseURI)
setPrice(uint256 _newPrice)
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 _name, string _symbol, string _initBaseURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.