Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 2 additional slots
Balances ($182.97)
Native
Value
$182.97
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.06 | $3,049.44 |
$182.97 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20931634 | a month ago | | | 0 | 0.00043430770 | |
| 20819002 | 2 months ago | | | 0 | 0.0014495517 | |
| 20196980 | 5 months ago | | | 0 | 0.000051471660 | |
| 20015054 | 5 months ago | | | 0 | 0.00029851133 | |
| 19972920 | 6 months ago | | | 0 | 0.00036804029 | |
| 19245635 | 9 months ago | | | 0 | 0.0010147482 | |
| 19079587 | 10 months ago | | | 0 | 0.00025134327 | |
| 18808442 | a year ago | | | 0 | 0.0031910872 | |
| 18808441 | a year ago | | | 0 | 0.0044502566 | |
| 18676718 | a year ago | | | 0 | 0.0013766368 |
ABI
ABI objects
Getter at block 21194276
MAX_TOKENS_MINT_AT_ONCE() view returns (uint256)
10
MAX_TOKENS_SUPPLY() view returns (uint256)
9090
TOKEN_PRICE() view returns (uint256)
60000000000000000
TOKEN_REDUCED_PRICE() view returns (uint256)
50000000000000000
isSaleStarted() view returns (bool)
true
name() pure returns (string)
DRRT
owner() view returns (address)
0x84580fe78483cda230754e798d0b120ea6fa661c
symbol() pure returns (string)
DRRT
totalSupply() view returns (uint256)
2021
Read-only
balanceOf(address tokenOowner) view returns (uint256)
getApproved(uint256 tokenIndex) view returns (address)
isApprovedForAll(address tokenOowner, address operator) view returns (bool)
ownerOf(uint256 tokenIndex) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenOfOwnerByIndex(address tokenOowner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenIndex) view returns (string)
State-modifying
Events approve(address to, uint256 tokenIndex)
mint(uint256 tokenAmount) payable
mintGiveaway(address to)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenIndex)
safeTransferFrom(address from, address to, uint256 tokenIndex, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
startSale()
transferFrom(address from, address to, uint256 tokenIndex)
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.
This contract contains no error objects.