OxyaOriginProject
Verified contract
Active on
Ethereum with 21,375 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($1,911.89)
Native
Value
$1,911.89
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.6 | $3,186.49 |
$1,911.89 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21185602 | 2 days ago | | | 0 | 0.0017831864 | |
| 21185476 | 2 days ago | | | 0 | 0.0013424177 | |
| 21168965 | 4 days ago | | | 0 | 0.0010300531 | |
| 21148726 | 7 days ago | | | 0 | 0.00090376255 | |
| 21102595 | 14 days ago | | | 0 | 0.00010934519 | |
| 21011041 | a month ago | | | 0 | 0.00028827431 | |
| 21011012 | a month ago | | | 0 | 0.00065698401 | |
| 20989165 | a month ago | | | 0 | 0.00047447277 | |
| 20989165 | a month ago | | | 0 | 0.00047654382 | |
| 20987730 | a month ago | | | 0 | 0.00068494932 |
ABI
ABI objects
Getter at block 21200209
BUY_LIMIT_PER_TX() view returns (uint256)
2
MAX_NFT_PUBLIC() view returns (uint256)
7848
NFTPrice() view returns (uint256)
300000000000000000
WHITELIST_MAX_MINT() view returns (uint256)
2
giveawayCount() view returns (uint256)
0
isActive() view returns (bool)
true
isPresaleActive() view returns (bool)
true
name() view returns (string)
OxyaOriginProject
owner() view returns (address)
0x49bb38d0787e62add4702e6b4325971be5a29d0e
reveal() view returns (bool)
true
root() view returns (bytes32)
0x7ae8edd2f5a0d08c478c31bc1bafebe9c71e293e233c5a3c1349548da31f9ec0
symbol() view returns (string)
OXYA
totalSupply() view returns (uint256)
7898
Read-only
balanceOf(address owner) view returns (uint256)
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)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 _tokenId) view returns (string)
verify(bytes32[] proof, bytes32 leaf) view returns (bool)
State-modifying
Events approve(address to, uint256 tokenId)
mintByOwner(address _to, uint256 _tokenId)
mintMultipleByOwner(address[] _to, uint256[] _tokenId)
mintNFT(uint256 _numOfTokens) payable
mintNFTDuringPresale(uint256 _numOfTokens, bytes32[] _proof) payable
renounceOwnership()
revealNow()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setGiveAwayActive(bool _isActive)
setIsActive(bool _isActive)
setPresaleActive(bool _isActive)
setRoot(uint256 _root)
setURIs(string _blindURI, string _URI)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
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)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.