Dropicall
Verified contract
Active on
Ethereum with 683 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($2,459.58)
Native
Value
$2,459.58
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.782 | $3,145.24 |
$2,459.58 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20809251 | 2 months ago | | | 0 | 0.00049580613 | |
| 20496427 | 3 months ago | | | 0 | 0.000031546392 | |
| 20364211 | 4 months ago | | | 0 | 0.00036876309 | |
| 20137391 | 5 months ago | | | 0 | 0.00014635062 | |
| 19724843 | 7 months ago | | | 0 | 0.00038950005 | |
| 19522324 | 7 months ago | | | 0 | 0.0012243896 | |
| 19472434 | 8 months ago | | | 0 | 0.0014861882 | |
| 18566255 | a year ago | | | 0 | 0.0014629581 | |
| 18218803 | a year ago | | | 0 | 0.00041587474 | |
| 18216462 | a year ago | | | 0.08 | 0.0016229819 |
ABI
ABI objects
Getter at block 21162702
item_count() view returns (uint256)
3
name() view returns (string)
Dropicall
owner() view returns (address)
0xf991417e77e8228989e52ee5f44d9172bfba4f7a
symbol() view returns (string)
DRCA
totalSupply() view returns (uint256)
593
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
get_mint_count(uint256 j) view returns (uint256)
get_mint_price(uint256 j) view returns (uint256)
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)
whitelist(address) view returns (bool)
State-modifying
Events approve(address to, uint256 tokenId)
mint_main(uint256 option_id) payable
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)
setContractURI(string contractURI)
start_mint()
start_premint()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw_share()
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.