DeVonta Smith x Endstate
Verified contract
Active on
Ethereum with 571 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "DeVonta Smith x Endstate"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21025179 | a month ago | | | 0 | 0.00050915429 | |
| 19776502 | 7 months ago | | | 0 | 0.0010898779 | |
| 19320373 | 9 months ago | | | 0 | 0.0026375521 | |
| 19314405 | 9 months ago | | | 0 | 0.0021467204 | |
| 19227896 | 9 months ago | | | 0 | 0.0016516939 | |
| 19221640 | 9 months ago | | | 0 | 0.0038949262 | |
| 18320971 | a year ago | | | 0 | 0.0011440766 | |
| 18123367 | a year ago | | | 0 | 0.00079226538 | |
| 17230712 | 2 years ago | | | 0 | 0.010596034 | |
| 17095164 | 2 years ago | | | 0 | 0.0015645681 |
ABI
ABI objects
Getter at block 21218713
BLACK_GOLD() view returns (uint256)
2
BLUE_PINK() view returns (uint256)
1
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
ENDSTATE_ADMIN_ROLE() view returns (bytes32)
0x172f50d3ed8784d93105035c38888b2ddbfe941bac38388449a18312b383064f
KELLY_GREEN() view returns (uint256)
0
contractURI() view returns (string)
https://mint.endstate.io/devontasmith/metadata.json
name() view returns (string)
DeVonta Smith x Endstate
specialMintReserve() view returns (uint256)
15
symbol() view returns (string)
ENDSTATE
totalSupply() view returns (uint256)
267
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getClaimIneligibilityReason(address userWallet, uint256 quantity, uint256 variation) view returns (string)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
maxVariationSupply(uint256) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
price(uint256 _variation) view returns (uint256)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
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)
unclaimedSupply(uint256 _variation) view returns (uint256)
variationTotalSupply(uint256 _variation) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
claimTo(address _userWallet, uint256 _quantity, uint256 _variation) payable
grantRole(bytes32 role, address account)
mint(uint256 variation) payable returns (uint256)
redeem(uint256 tokenId, string newTokenURI)
renounceRole(bytes32 role, address account)
reserve(uint256 variation, address shoeOwner, uint256 numMints) returns (uint256, uint256)
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)
setContractURI(string contractUri_)
setPrice(uint256 price_)
transferFrom(address from, address to, uint256 tokenId)
withdrawFunds()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.