Orcish Raiders
Verified contract
Active on
Ethereum with 423 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 "Orcish Raiders"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20243486 | 4 months ago | | | 0 | 0.00011484463 | |
| 19037896 | 10 months ago | | | 0 | 0.00082575247 | |
| 18802056 | a year ago | | | 0 | 0.0010748998 | |
| 17179544 | 2 years ago | | | 0 | 0.0029811723 | |
| 16307840 | 2 years ago | | | 0 | 0.00097154937 | |
| 16211072 | 2 years ago | | | 0 | 0.00064649430 | |
| 16211071 | 2 years ago | | | 0 | 0.00058287989 | |
| 16211068 | 2 years ago | | | 0 | 0.00059879777 | |
| 16211066 | 2 years ago | | | 0 | 0.00063057999 | |
| 15845983 | 2 years ago | | | 0 | 0.00026602583 |
ABI
ABI objects
Getter at block 21159491
currentSupply() view returns (uint256)
674
mainSaleActive() view returns (bool)
false
name() view returns (string)
Orcish Raiders
owner() view returns (address)
0x9988dc819d1937f13d28104c2f936e16a05f445d
paused() view returns (bool)
true
preSaleActive() view returns (bool)
false
symbol() view returns (string)
ORCS
whitelistSaleActive() view returns (bool)
false
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)
preSale(address) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
whitelist(address) view returns (bool)
State-modifying
Events addToPreSale(address[] _address)
addToWhitelist(address[] _address)
approve(address to, uint256 tokenId)
buyOrcs(uint256 tokensNumber) payable
buyPreSaleOrc(uint256 tokensNumber) payable
buyWhitelistOrc(uint256 tokensNumber) payable
flipMainSale()
flipPreSale()
flipWhitelistSale()
mintGiveawayOrcs(address to, uint256 tokenId)
pause()
renounceOwnership()
safeMint(address to)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURIPrefix)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
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)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.