Ledger Stax
Verified contract
Active on
Ethereum with 10,154 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x4229…ded7
Balances ($0.00)
No balances found for "Ledger Stax"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21242311 | 2 hours ago | | | 0 | 0.00025820029 | |
| 21242257 | 2 hours ago | | | 0 | 0.00051725129 | |
| 21237608 | 18 hours ago | | | 0 | 0.0010092800 | |
| 21237580 | 18 hours ago | | | 0 | 0.00068181332 | |
| 21236220 | a day ago | | | 0 | 0.0022393400 | |
| 21229296 | 2 days ago | | | 0 | 0.00073735957 | |
| 21227853 | 2 days ago | | | 0 | 0.00059908900 | |
| 21226495 | 2 days ago | | | 0 | 0.00059926000 | |
| 21226456 | 2 days ago | | | 0 | 0.00063005613 | |
| 21226424 | 2 days ago | | | 0 | 0.00047943974 |
ABI
ABI objects
Getter at block 21242965
BURNER_ROLE() view returns (bytes32)
0x3c11d16cbaffd01df69ce1c404f6340ee057498f5f00246190ea54220576a848
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
contractURI() view returns (string)
https://metadata.ledger.com/ldgrstxnfts/contract-metadata
maxSupply() view returns (uint256)
4780
mintPrice() view returns (uint256)
220000000000000000
mintsPerAccountOnPublicSale() view returns (uint256)
5
name() view returns (string)
Ledger Stax
orginalMaxSupply() view returns (uint256)
10000
owner() view returns (address)
0xadf49b9f133fb137e82b24f06d23e49c51f586c7
phase() view returns (uint8)
0
signer() view returns (address)
0x99ba3c8c82f235419fdd9dc156c405a79167e451
symbol() view returns (string)
LDGRSTX
totalSupply() view returns (uint256)
4780
Read-only
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)
minted(address) view returns (uint256)
ownerOf(uint256 id) view returns (address owner)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address spender, uint256 id)
burn(uint256 id, address tokenOwner)
grantRole(bytes32 role, address account)
mint(uint256 amount) payable
ownerMint(address to, uint256 amount)
preSaleMint(uint256 amount, uint256 maxAmount, bytes signature) payable
reduceMaxSupply(uint256 newMaxSupply)
renounceOwnership()
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)
setArtOfStaxMintPass(address artOfStaxMintPass_)
setBaseURI(string baseURI_)
setContractURI(string baseContractURI_)
setMintPrice(uint256 mintPrice_)
setMintsPerAccountOnPublicSale(uint256 mintsPerAccountOnPublicSale_)
setPhase(uint8 phase_)
transferFrom(address from, address to, uint256 id)
transferOwnership(address newOwner)
transferSigner(address newSigner)
withdrawAll()
Approval(address indexed owner, address indexed spender, uint256 indexed id)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, 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(uint256 _maxSupply, string baseTokenURI_, string baseContractURI_, string _name, string _symbol, address withdrawalAddress_)
This contract contains no fallback and receive objects.
AccountAlreadyMintedMax()
ArtOfStaxMintPassNotSet()
CanNotIncreaseMaxSupply()
ContractLocked()
InsufficientFunds()
InvalidOwner()
InvalidSignature()
MaxSupplyTooSmall()
MintNotAvailable()
NewSignerCantBeZero()
NothingToWithdraw()
SupplyLimitReached()
TokenDoesNotExist()