I am OK! Charts
Verified contract
Active on
Ethereum with 48 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 "I am OK! Charts"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13944211 | 3 years ago | | | 0 | 0.0039149119 | |
| 13479121 | 3 years ago | | | 0 | 0.0020323160 | |
| 13366599 | 3 years ago | | | 0 | 0.0041515786 | |
| 13320022 | 3 years ago | | | 0 | 0.0023338690 | |
| 13309174 | 3 years ago | | | 0 | 0.0031957048 | |
| 13307057 | 3 years ago | | | 0.02 | 0.010539248 | |
| 13304350 | 3 years ago | | | 0.02 | 0.0053363105 | |
| 13302011 | 3 years ago | | | 0 | 0.0017742160 | |
| 13301873 | 3 years ago | | | 0.02 | 0.0089612389 | |
| 13295481 | 3 years ago | | | 0.02 | 0.0055101811 |
ABI
ABI objects
Getter at block 21274303
MAX_PER_TX() view returns (uint256)
10
MAX_TOKENS() view returns (uint256)
6666
MINT_PRICE() view returns (uint256)
20000000000000000
name() view returns (string)
I am OK! Charts
owner() view returns (address)
0x6076aa22490e00a96d43b62e838a35b970140e11
saleIsActive() view returns (bool)
true
symbol() view returns (string)
IAMOK
totalSupply() view returns (uint256)
46
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getChart(uint256 tokenId) view returns (string)
getFrontrunGen(uint256 tokenId) view returns (bool)
getTicker(uint256 tokenId) view returns (string)
getTimeframe(uint256 tokenId) view returns (string)
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()
mintChart(uint256 amount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setTicker(uint256 tokenId, string ticker)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawFunds()
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.