CyberVikingWarriors
Verified contract
Active on
Ethereum with 133 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
9 additional
variables
Balances ($0.00)
No balances found for "CyberVikingWarriors"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20872047 | 2 months ago | | | 0 | 0.0054695348 | |
| 16474351 | 2 years ago | | | 0 | 0.00071976301 | |
| 16379512 | 2 years ago | | | 0 | 0.0012949578 | |
| 16379441 | 2 years ago | | | 0 | 0.0018700794 | |
| 16219752 | 2 years ago | | | 0 | 0.00072643497 | |
| 16046561 | 2 years ago | | | 0 | 0.00069741698 | |
| 16016573 | 2 years ago | | | 0 | 0.00069660150 | |
| 16004419 | 2 years ago | | | 0 | 0.00057679621 | |
| 15962734 | 2 years ago | | | 0 | 0.00080446594 | |
| 15924589 | 2 years ago | | | 0 | 0.00067030265 |
ABI
ABI objects
Getter at block 21226220
admin1() view returns (address)
0x0121c2aa846e0852340f8e06ebb440fa82b0bcbb
admin2() view returns (address)
0x8b47f2f7403eed076d2f3a8f05f8e6b22325199b
admin3() view returns (address)
0x5bcbcce1c34589c4b01e40764e8e52ac97da8a8b
admin4() view returns (address)
0x84881cb839ebd530217ca130aeea43768d6ed910
admin5() view returns (address)
0x518d0c749e8d5145d563ed783c5b2ac4d3930172
admin6() view returns (address)
0x38d609c9f9a4fcc8c1f584d49d605683e5fcd41c
cost() view returns (uint256)
40000000000000000
currentMaxLimit() view returns (uint16)
1000
hiddenURL() view returns (string)
ipfs://QmNWeHLZBgN9GbbHp1BSjHdssRMBC3GTNxRSHxAEAsbAVK/Metadata_pre_reveal_image.json
maxLimitFor2ndFloor() view returns (uint16)
1000
maxLimitFor3rdFloor() view returns (uint16)
1000
maxLimitFor4thFloor() view returns (uint16)
1000
maxLimitFor5thFloor() view returns (uint16)
1000
maxLimitFor6thFloor() view returns (uint16)
1000
maxLimitFor7thFloor() view returns (uint16)
666
maxMintAmountPerWallet() view returns (uint8)
20
maxSupply() view returns (uint16)
6666
name() view returns (string)
Cyber Viking Warriors
owner() view returns (address)
0x0121c2aa846e0852340f8e06ebb440fa82b0bcbb
paused() view returns (bool)
false
priceFloor() view returns (uint8)
1
priceFloorCounter() view returns (uint16)
187
priceIncrement() view returns (uint256)
20000000000000000
reveal() view returns (bool)
true
symbol() view returns (string)
CVW
totalSupply() view returns (uint256)
187
Read-only
NFTPerAddress(address) view returns (uint8)
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)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events Airdrop(uint16 _mintAmount, address _receiver)
Reserve(uint16 _mintAmount, address _receiver)
approve(address to, uint256 tokenId)
mint(uint16 _mintAmount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setCost(uint256 _cost)
setHiddenUri(string _uriPrefix)
setMaxMintAmountPerWallet(uint8 _maxtx)
setPaused()
setRevealed()
setUriPrefix(string _uriPrefix)
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()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()