AutonomousArt
Verified contract
Active on
Ethereum with 1,901 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($245,252.15)
Native
Value
$245,252.15
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 67.359938 | $3,640.92 |
$245,252.15 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21131925 | a month ago | | | 0 | 0.00076220158 | |
| 21131918 | a month ago | | | 0 | 0.0010456556 | |
| 20983588 | 2 months ago | | | 0 | 0.00027321299 | |
| 20847872 | 2 months ago | | | 0 | 0.0029106270 | |
| 20613091 | 3 months ago | | | 0 | 0.0024081366 | |
| 20613084 | 3 months ago | | | 0 | 0.0025125973 | |
| 20613071 | 3 months ago | | | 0 | 0.0023503547 | |
| 20613061 | 3 months ago | | | 0 | 0.0022106171 | |
| 20576114 | 3 months ago | | | 0 | 0.000049956419 | |
| 20575953 | 3 months ago | | | 0 | 0.000051133160 |
ABI
ABI objects
Getter at block 21318522 totalFunded() view returns (uint256)
basePrice() view returns (uint256)
24000000000000000
currentPriceToMint() view returns (uint256)
1536000000000000000
layerCount() view returns (uint256)
634
name() view returns (string)
AutonomousArt
owner() view returns (address)
0x0208376c899fdaeba530570c008c4323803aa9e8
symbol() view returns (string)
AART
Read-only
_validateLayer(bytes layer) pure
balanceOf(address owner) view returns (uint256)
balanceOfToken(uint256 tokenId) view returns (uint256)
creatorAt(uint256 tokenId) view returns (address)
getApproved(uint256 tokenId) view returns (address)
historicalImageAt(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)
timestampAt(uint256 tokenId) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint(bytes layer) payable returns (uint256)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBasePrice(uint256 updatedBasePrice)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw(uint256 tokenId, uint256 amount)
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)
This contract contains no fallback and receive objects.
This contract contains no error objects.