Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
1 additional
variable
Balances ($0.00)
No balances found for "Steedz"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20987739 | a month ago | | | 0 | 0.00062494277 | |
| 20650589 | 2 months ago | | | 0 | 0.000055620254 | |
| 20634974 | 3 months ago | | | 0 | 0.00027048295 | |
| 20544759 | 3 months ago | | | 0 | 0.000030809626 | |
| 20512300 | 3 months ago | | | 0 | 0.00041257330 | |
| 20464577 | 3 months ago | | | 0 | 0.00033818196 | |
| 20208923 | 4 months ago | | | 0 | 0.00011924141 | |
| 20179641 | 5 months ago | | | 0 | 0.00021947152 | |
| 19978742 | 5 months ago | | | 0 | 0.00032161129 | |
| 19949265 | 6 months ago | | | 0 | 0.00021714339 |
ABI
ABI objects
Getter at block 21185363
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
getPresaleOpen() view returns (bool)
false
getPublicSaleOpen() view returns (bool)
false
getPublicSalePrice() view returns (uint256)
144400000000000000
getTotalMintCount() view returns (uint256)
4444
getTreasuryAddress() pure returns (address)
0xbfcf42ef3102de2c90dbf3d04a0cce90edda6e3f
isFrozenMetadata() view returns (bool)
false
name() view returns (string)
Steedz
owner() view returns (address)
0xa760bcd059b8d23f719d8ca3a020060949725f8e
symbol() view returns (string)
STEEDZ
totalSupply() view returns (uint256)
4444
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getNumClaimedByAddress(address _a) view returns (uint256)
getNumPublicMintByAddress(address _a) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
freezeMetadata()
grantRole(bytes32 role, address account)
presalePurchase(uint256 _maxMintable, uint256 _maxClaimable, uint256 _numMinting, uint256 _numClaiming, bytes signature) payable
publicPurchase(uint256 _numPurchasing) payable
renounceOwnership()
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setPresaleOpen(bool _isOpen)
setPublicSaleOpen(bool _isOpen)
setPublicSalePrice(uint256 _psp)
setSignerAddress(address _signerAddress)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawAll() payable
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)
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 tokenId)
constructor(address _signerAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.