DrunkenVikingsTribe
Verified contract
Active on
Ethereum with 6,018 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
14 additional
variables
Balances ($0.00)
No balances found for "DrunkenVikingsTribe"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21110672 | a month ago | | | 0 | 0.000093318881 | |
| 21105824 | a month ago | | | 0 | 0.00011437639 | |
| 21105701 | a month ago | | | 0 | 0.00017540820 | |
| 19930272 | 7 months ago | | | 0 | 0.00017771029 | |
| 19927772 | 7 months ago | | | 0 | 0.00048457995 | |
| 19603679 | 8 months ago | | | 0 | 0.00093244443 | |
| 19465676 | 9 months ago | | | 0 | 0.0021091222 | |
| 19075291 | a year ago | | | 0 | 0.00039964704 | |
| 19074012 | a year ago | | | 0 | 0.00038070868 | |
| 18905858 | a year ago | | | 0 | 0.00053334040 |
ABI
ABI objects
Getter at block 21393806
FREE_COUNT() view returns (uint256)
333
FREE_PRICE() view returns (uint256)
0
FREE_ROOT() view returns (bytes32)
0x0682bd79e99ead71354deb82b7fa9e17802d2f005ceaae606dc0ae0927c56563
FREE_SUPPLY() view returns (uint256)
333
FREE_TX_LIMIT() view returns (uint256)
1
FREE_WALLET_LIMIT() view returns (uint256)
1
IS_FREE_ACTIVE() view returns (bool)
false
IS_PUBLIC_ACTIVE() view returns (bool)
false
IS_WHITELIST_ACTIVE() view returns (bool)
false
MAX_SUPPLY() view returns (uint256)
3636
PUBLIC_COUNT() view returns (uint256)
3050
PUBLIC_PRICE() view returns (uint256)
0
PUBLIC_SUPPLY() view returns (uint256)
3636
PUBLIC_TX_LIMIT() view returns (uint256)
2
PUBLIC_WALLET_LIMIT() view returns (uint256)
2
RL_ADDRESS() view returns (address)
0xc9b5553910ba47719e0202ff9f617b8be06b3a09
WHITELIST_COUNT() view returns (uint256)
252
WHITELIST_PRICE() view returns (uint256)
9000000000000000
WHITELIST_ROOT() view returns (bytes32)
0x0682bd79e99ead71354deb82b7fa9e17802d2f005ceaae606dc0ae0927c56563
WHITELIST_SUPPLY() view returns (uint256)
3636
WHITELIST_TX_LIMIT() view returns (uint256)
2
WHITELIST_WALLET_LIMIT() view returns (uint256)
2
_revealed() view returns (bool)
true
name() view returns (string)
DrunkenVikingsTribe
owner() view returns (address)
0x466e8ed99edf2019f1a39872bb7be828b76619e4
symbol() view returns (string)
DVT
totalSupply() view returns (uint256)
3636
Read-only
FREE_Minted(address) view returns (uint256)
PUBLIC_Minted(address) view returns (uint256)
WHITELIST_Minted(address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events FREEMint(uint256 numberOfTokens, bytes32[] proof) payable
PUBLICMint(uint256 numberOfTokens) payable
WHITELISTMint(uint256 numberOfTokens, bytes32[] proof) payable
approve(address operator, uint256 tokenId)
renounceOwnership()
reveal(bool revealed, string _baseURI)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string URI)
setFREEPrice(uint256 _price)
setFREERoot(bytes32 _root)
setFREESupply(uint256 _supply)
setPUBLICPrice(uint256 _price)
setPUBLICSupply(uint256 _supply)
setWHITELISTPrice(uint256 _price)
setWHITELISTRoot(bytes32 _root)
setWHITELISTSupply(uint256 _supply)
toggleFREEMintStatus()
togglePUBLICMintStatus()
toggleWHITELISTMintStatus()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateMaxSupply(uint256 _maxSupply)
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(bytes32 _Free, bytes32 _Whitelist)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()