EvoxCapital
Verified contract
Active on
Ethereum with 514 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 "EvoxCapital"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20892262 | 2 months ago | | | 0 | 0.00034795845 | |
| 20002849 | 6 months ago | | | 0 | 0.00013547605 | |
| 18950376 | a year ago | | | 0 | 0.00089085708 | |
| 18944183 | a year ago | | | 0 | 0.00035447037 | |
| 18936421 | a year ago | | | 0 | 0.0011312710 | |
| 18936302 | a year ago | | | 0 | 0.00098587078 | |
| 18935052 | a year ago | | | 0 | 0.036643160 | |
| 18930999 | a year ago | | | 0 | 0.0017943210 | |
| 18930998 | a year ago | | | 0 | 0.0019600130 | |
| 18930996 | a year ago | | | 0 | 0.0020193885 |
ABI
ABI objects
Getter at block 21264829
maxNFT() view returns (uint256)
10000
mintedNFT() view returns (uint256)
6344
name() view returns (string)
Evox Capital
owner() view returns (address)
0x000000002b95afa9d5af031b94f0d532f3e36d3c
symbol() view returns (string)
Evox Capital
totalSupply() view returns (uint256)
6344
Read-only
balanceOf(address owner) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenId) view returns (address)
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)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId) payable
bridgeMint(address recipient, uint256 quantity)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
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)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
InvalidQueryRange()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()