Warriors of Aradena
Verified contract
Active on
Ethereum with 8,086 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 "Warriors of Aradena"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21304361 | a day ago | | | 0 | 0.00059529871 | |
| 21289740 | 4 days ago | | | 0 | 0.00031476332 | |
| 21288542 | 4 days ago | | | 0 | 0.00046126706 | |
| 21274907 | 6 days ago | | | 0 | 0.00043867971 | |
| 21254102 | 9 days ago | | | 0 | 0.00053225736 | |
| 21249695 | 9 days ago | | | 0 | 0.00045677201 | |
| 21245009 | 10 days ago | | | 0 | 0.00068335931 | |
| 21239847 | 11 days ago | | | 0 | 0.00082358901 | |
| 21232820 | 11 days ago | | | 0 | 0.00044256983 | |
| 21207182 | 15 days ago | | | 0 | 0.00045048712 |
ABI
ABI objects
Getter at block 21315024
_TOTALSUPPLY() view returns (uint256)
8000
_baseURI() view returns (string)
https://api.warriorsofaradena.com/tokens/
isPaused() view returns (bool)
false
maxQuantity() view returns (uint256)
15
name() view returns (string)
Warriors of Aradena
owner() view returns (address)
0x9bcf99da53260bf6a5d478c19ce7ededda0d334d
price() view returns (uint256)
45000000000000000
reserve() view returns (uint256)
0
symbol() view returns (string)
WOA
totalSupply() view returns (uint256)
8000
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)
tokensOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
flipPauseStatus()
mint(uint256 chosenAmount) payable
mintReserveForOthers(address walletAddress, uint256 quantity)
mintReserveForOwner(uint256 quantity)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setMaxQtPerTx(uint256 _quantity)
setPrice(uint256 _newPrice)
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)
constructor(string baseURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.