Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
1 additional
variable
Balances ($0.00)
No balances found for "Dora"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21129128 | 18 days ago | | | 0 | 0.00042462551 | |
| 21110747 | 20 days ago | | | 0 | 0.000092249367 | |
| 21027711 | a month ago | | | 0 | 0.00017222354 | |
| 21004900 | a month ago | | | 0 | 0.00017805711 | |
| 20995732 | a month ago | | | 0 | 0.00027946044 | |
| 20891189 | 2 months ago | | | 0 | 0.00015548276 | |
| 20848218 | 2 months ago | | | 0 | 0.00024174098 | |
| 20845563 | 2 months ago | | | 0 | 0.00054995768 | |
| 20844405 | 2 months ago | | | 0 | 0.00032087778 | |
| 20832270 | 2 months ago | | | 0 | 0.00038326478 |
ABI
ABI objects
Getter at block 21256458
baseTokenURI() view returns (string)
dataURI() view returns (string)
decimals() view returns (uint256)
18
feeState() view returns (bool)
true
lastLpBurnTime() view returns (uint256)
1708826207
lpBurnEnabled() view returns (bool)
true
lpBurnFrequency() view returns (uint256)
3600
minted() view returns (uint256)
65
name() view returns (string)
Dora
owner() view returns (address)
0x68e2e5966a784e76c2fe5af5edd4ab04972fd1c7
percentForLPBurn() view returns (uint256)
125
symbol() view returns (string)
Dora
totalSupply() view returns (uint256)
10000000000000000000000
uniswapV2Pair() view returns (address)
0x8094029a3ef45b970685d9b25724a33573374b41
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
getApproved(uint256) view returns (address)
isApprovedForAll(address, address) view returns (bool)
ownerOf(uint256 id) view returns (address owner)
tokenURI(uint256 id) view returns (string)
whitelist(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amountOrId) returns (bool)
revokeOwnership()
safeTransferFrom(address from, address to, uint256 id)
safeTransferFrom(address from, address to, uint256 id, bytes data)
setApprovalForAll(address operator, bool approved)
setDataURI(string _dataURI)
setFeeState(bool _feeState)
setNameSymbol(string _name, string _symbol)
setNftEnabled(bool _nftEnabled)
setStartTime(uint256 _startTime)
setTokenURI(string _tokenURI)
setWhitelist(address target, bool state)
setlpBurnEnabled(bool _lpBurnEnabled)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amountOrId) returns (bool)
transferOwnership(address _owner)
Approval(address indexed owner, address indexed spender, uint256 value)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ERC20Transfer(address indexed from, address indexed to, uint256 amount)
ERC721Approval(address indexed owner, address indexed spender, uint256 indexed id)
OwnershipTransferred(address indexed user, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _owner)
This contract contains no fallback and receive objects.
AlreadyExists()
InvalidOwner()
InvalidRecipient()
InvalidSender()
NotFound()
Unauthorized()
UnsafeRecipient()