Otaku Coin Arcade Game
Verified contract
Active on
Ethereum with 124 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x0002…9736
Balances ($0.00)
No balances found for "Otaku Coin Arcade Game"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16596330 | 2 years ago | | | 0 | 0.0012625687 | |
| 16301103 | 2 years ago | | | 0 | 0.00082704173 | |
| 16199196 | 2 years ago | | | 0 | 0.00093338999 | |
| 15406291 | 2 years ago | | | 0 | 0.00022211224 | |
| 15406287 | 2 years ago | | | 0 | 0.00023410171 | |
| 15406058 | 2 years ago | | | 0 | 0.00016486211 | |
| 15406058 | 2 years ago | | | 0 | 0.00028951564 | |
| 14983259 | 2 years ago | | | 0 | 0.00080913138 | |
| 14928507 | 2 years ago | | | 0 | 0.0022563048 | |
| 14692030 | 3 years ago | | | 0 | 0.0010426289 |
ABI
ABI objects
Getter at block 21304831 mintedTokenIdList() view returns (uint256[])
PRICE() view returns (uint256)
30000000000000000
_remainingAmount() view returns (uint256)
574
isOnSale() view returns (bool)
true
name() view returns (string)
Otaku Coin Arcade Game
owner() view returns (address)
0xe3b7c135377204d9f21eada23d9096416ca83e4f
remainingAmount() view returns (uint256)
574
symbol() view returns (string)
OCAG
Read-only
balanceOf(address owner) view returns (uint256)
generateMetadataJson(uint256 tokenId) view returns (string)
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)
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
buy(uint256 tokenId) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
toggleSale(bool __isOnSale)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawETH()
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(address __recipient)
This contract contains no fallback and receive objects.
This contract contains no error objects.