Art On Ledger Stax
Verified contract
Active on
Ethereum with 1,360 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 4 additional slots
Balances ($0.00)
No balances found for "Art On Ledger Stax"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21157026 | 11 hours ago | | | 0 | 0.00080233786 | |
| 21157009 | 11 hours ago | | | 0 | 0.0025201742 | |
| 21150163 | a day ago | | | 0 | 0.0018209542 | |
| 21146257 | 2 days ago | | | 0 | 0.0014553382 | |
| 21141705 | 3 days ago | | | 0 | 0.0016178024 | |
| 21132881 | 4 days ago | | | 0 | 0.0031522884 | |
| 21131673 | 4 days ago | | | 0 | 0.0033580616 | |
| 21131669 | 4 days ago | | | 0 | 0.0035419761 | |
| 21131080 | 4 days ago | | | 0 | 0.0037777674 | |
| 21130987 | 4 days ago | | | 0 | 0.0036436296 |
ABI
ABI objects
Getter at block 21160390
BURNER_ROLE() view returns (bytes32)
0x3c11d16cbaffd01df69ce1c404f6340ee057498f5f00246190ea54220576a848
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
PASS() view returns (address)
0x4229fb41559289527a483599a18ffd0305a0ded7
contractURI() view returns (string)
maxSupply() view returns (uint256)
4779
mintPrice() view returns (uint256)
0
mintsPerAccountOnPublicSale() view returns (uint256)
4779
name() view returns (string)
Art On Ledger Stax
owner() view returns (address)
0xadf49b9f133fb137e82b24f06d23e49c51f586c7
phase() view returns (uint8)
2
symbol() view returns (string)
AOLS
totalSupply() view returns (uint256)
930
Read-only
artDistribution(uint256) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getApproved(uint256) view returns (address)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
isApprovedForAll(address, address) view returns (bool)
isTransferable(uint256 id_) view returns (bool)
minted(address) view returns (uint256)
ownerOf(uint256 id) view returns (address owner)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenDetails(uint256) view returns (uint256 seed, uint256 artist, uint256 artistTokenId)
tokenURI(uint256 id_) view returns (string)
State-modifying
Events approve(address spender, uint256 id)
burn(uint256 id_, address tokenOwner_)
grantRole(bytes32 role, address account)
mint(uint256 passId_)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
safeTransferFrom(address from_, address to_, uint256 id_)
safeTransferFrom(address from_, address to_, uint256 id_, bytes data_)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI_)
setContractURI(string contractURI_)
setIsTransferable(uint256 id_, bool transferable_)
switchPhase()
transferFrom(address from_, address to_, uint256 id_)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 indexed id)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed user, address indexed newOwner)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
Transfer(address indexed from, address indexed to, uint256 indexed id)
constructor(address owner_, address pass_)
This contract contains no fallback and receive objects.
InvalidOwner()
TokenNotTransferable()