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 "Unimate"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19062973 | 10 months ago | | | 0 | 0.00054644406 | |
| 16863300 | 2 years ago | | | 0 | 0.00041857583 | |
| 16713038 | 2 years ago | | | 0 | 0.0010700507 | |
| 16707458 | 2 years ago | | | 0 | 0.0013927511 | |
| 16499848 | 2 years ago | | | 0 | 0.0022380568 | |
| 16338900 | 2 years ago | | | 0 | 0.0011532271 | |
| 16307654 | 2 years ago | | | 0 | 0.00075228645 | |
| 16114344 | 2 years ago | | | 0 | 0.00055365776 | |
| 16031611 | 2 years ago | | | 0 | 0.00057696434 | |
| 15979902 | 2 years ago | | | 0 | 0.00066830488 |
ABI
ABI objects
Getter at block 21269288
_baseTokenURI() view returns (string)
https://nft.bueno.art/api/contract/eMlMTc-S8ttfmIxzPrsZY/chain/1/metadata/
name() view returns (string)
Unimate
owner() view returns (address)
0x137aa7e939981638a0160d13a097c1c642b19538
price() view returns (uint256)
0
saleState() view returns (uint8)
1
supply() view returns (uint256)
1999
symbol() view returns (string)
uni
totalSupply() view returns (uint256)
1999
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)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
withdrawAddresses(uint256) view returns (address)
withdrawPercentages(uint256) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
batchMint(uint64[] qtys, address[] recipients)
burn(uint256 tokenId)
freeMint(uint256 qty, address recipient)
mint(uint256 qty) 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 baseURI)
setPrice(uint256 newPrice)
setRoyaltyInfo(address receiver, uint96 feeBasisPoints)
setSaleState(uint8 _state)
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 _baseUri, uint96 _royaltyAmount)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
InvalidBatchMint()
InvalidPrice()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
SaleInactive()
SoldOut()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()
WithdrawFailed()