Something Of An Artist
Verified contract
Active on
Ethereum with 870 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 "Something Of An Artist"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19056679 | 10 months ago | | | 0 | 0.00037824067 | |
| 16237764 | 2 years ago | | | 0 | 0.00030922945 | |
| 16176445 | 2 years ago | | | 0 | 0.00064002090 | |
| 15845988 | 2 years ago | | | 0 | 0.00025097072 | |
| 15768263 | 2 years ago | | | 0 | 0.00060640030 | |
| 15725549 | 2 years ago | | | 0 | 0.00062657572 | |
| 15694622 | 2 years ago | | | 0 | 0.00016790308 | |
| 15658136 | 2 years ago | | | 0 | 0.00012409443 | |
| 15569031 | 2 years ago | | | 0 | 0.00073844275 | |
| 15569026 | 2 years ago | | | 0 | 0.00082001306 |
ABI
ABI objects
Getter at block 21215510
MAX_FIRST_FREE() view returns (uint256)
2000
MAX_FREE_PER_WALLET() view returns (uint256)
2
MAX_PER_WALLET() view returns (uint256)
5
MAX_SUPPLY() view returns (uint256)
5555
PHASE_DAY() view returns (uint256)
5
PHASE_START() view returns (uint256)
1660316400
baseURI() view returns (string)
ipfs://QmXQfuM7qRRjmSBU4bGMC3bEmBztFWW8q8GBn9zu7uHwEM/
forcedPhase() view returns (uint256)
0
getCurrentPhase() view returns (uint256 phase)
0
getCurrentPhaseName() view returns (string)
Newborn
getPrice() view returns (uint256)
6900000000000000
name() view returns (string)
Something Of An Artist
owner() view returns (address)
0x721ed42633601003c340ee3d662b24ab04fa9281
price() view returns (uint256)
6900000000000000
sales() view returns (bool)
true
symbol() view returns (string)
SOAA
totalSupply() view returns (uint256)
2086
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getPhase(uint256 timestamp) view returns (uint256 phase)
getPhaseName(uint256 timestamp) view returns (string phase)
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)
configure()
forceArtist(uint256 phase)
mint(uint256 _amt) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setAddress(address _newAddress)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _url)
teamMint(uint256 _amt, address to)
toggleSales(bool _sales)
transferArtist(address from, address to, uint256 tokenId)
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)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
ForcePhase(uint256 phase)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _baseURI, uint256 timestamp)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()