Aradena Comics
Verified contract
Active on
Ethereum with 339 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 "Aradena Comics"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21186688 | 3 days ago | | | 0 | 0.0016670676 | |
| 20549390 | 3 months ago | | | 0 | 0.000087831507 | |
| 20524382 | 3 months ago | | | 0 | 0.00018432712 | |
| 20443738 | 3 months ago | | | 0 | 0.00014690710 | |
| 20364323 | 4 months ago | | | 0 | 0.00036828864 | |
| 20246381 | 4 months ago | | | 0 | 0.00012191525 | |
| 20137371 | 5 months ago | | | 0 | 0.00017445760 | |
| 20097781 | 5 months ago | | | 0 | 0.00044039636 | |
| 19960840 | 6 months ago | | | 0 | 0.00051259183 | |
| 19911244 | 6 months ago | | | 0 | 0.00017554568 |
ABI
ABI objects
Getter at block 21211015
baseTokenURI() view returns (string)
https://api.aradena.io/tokens/3/
name() view returns (string)
Aradena Comics
owner() view returns (address)
0x9bcf99da53260bf6a5d478c19ce7ededda0d334d
symbol() view returns (string)
AC
totalSupply() view returns (uint256)
300
Read-only
authorizedAddresses(address) view returns (bool)
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)
tokensOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
mint(address to, uint256 tokenId)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setAuthorizedAddress(address addr, bool isAuthorized)
setBaseURI(string baseURI)
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(string baseURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.