Akutar Accessories
Verified contract
Active on
Ethereum with 1,272 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 "Akutar Accessories"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21206316 | 2 days ago | | | 0 | 0.00048995716 | |
| 21140655 | 11 days ago | | | 0 | 0.00018020477 | |
| 21140592 | 11 days ago | | | 0 | 0.00040753814 | |
| 21116374 | 15 days ago | | | 0 | 0.00034009392 | |
| 21116365 | 15 days ago | | | 0 | 0.00026033917 | |
| 21010811 | a month ago | | | 0 | 0.00031770728 | |
| 20967599 | a month ago | | | 0 | 0.00059688683 | |
| 20802182 | 2 months ago | | | 0 | 0.00029682948 | |
| 20668656 | 3 months ago | | | 0 | 0.000067603267 | |
| 20668633 | 3 months ago | | | 0 | 0.000046746694 |
ABI
ABI objects
Getter at block 21220933
name() view returns (string)
Akutar Accessories
owner() view returns (address)
0xcc0ecd808ce4fed81f0552b3889656b28aa2bae9
symbol() view returns (string)
AKUBOX
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
exists(uint256 id) view returns (bool)
isApprovedForAll(address account, address operator) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
totalSupply(uint256 id) view returns (uint256)
uri(uint256) view returns (string)
State-modifying
Events airdropMultiple(uint256 _tokenID, address[] _addresses, uint256[] _amounts)
airdropSingle(uint256 _tokenID, address[] _addresses)
batchMint(address _address, uint256[] _tokenIDs, uint256[] _amounts)
batchMintMultiple(address[] _addresses, uint256[] _tokenIDs, uint256[] _amounts)
burn(address account, uint256 id, uint256 value)
burnBatch(address account, uint256[] ids, uint256[] values)
renounceOwnership()
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
setURI(string _uri)
transferOwnership(address newOwner)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
constructor(string _name, string _symbol, string _uri)
This contract contains no fallback and receive objects.
This contract contains no error objects.