Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($0.00)
No balances found for "DaVinci"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21153480 | 16 days ago | | | 0 | 0.00072871241 | |
| 21113642 | 22 days ago | | | 0 | 0.00032646807 | |
| 21096086 | 24 days ago | | | 0 | 0.00031085514 | |
| 21036289 | a month ago | | | 0 | 0.00033674122 | |
| 20931298 | 2 months ago | | | 0 | 0.00051236298 | |
| 20885028 | 2 months ago | | | 0 | 0.00041935418 | |
| 20854601 | 2 months ago | | | 0 | 0.00019082697 | |
| 20834896 | 2 months ago | | | 0 | 0.00053063904 | |
| 20834890 | 2 months ago | | | 0 | 0.00050734237 | |
| 20805405 | 2 months ago | | | 0 | 0.00067793512 |
ABI
ABI objects
Getter at block 21269022
DOMAIN_SEPARATOR() view returns (bytes32)
0xa31f9e3b5ab45ef2cf728996e353be5534d5c62e500da5f540ec5e92fe8e2679
ID_ENCODING_PREFIX() view returns (uint256)
57896044618658097711785492504343953926634992332820282019728792003956564819968
MARKETING_ADDRESS() view returns (address)
0x7f6f2a5dda81783b936de8c33498c44d160b3503
MAX_TOTAL_SUPPLY() view returns (uint256)
8888000000000000000000
baseTokenURI() view returns (string)
https://api.davinci.wtf/token/
decimals() view returns (uint8)
18
erc20TotalSupply() view returns (uint256)
8888000000000000000000
erc721TotalSupply() view returns (uint256)
1458
getERC721QueueLength() view returns (uint256)
853
minted() view returns (uint256)
1458
name() view returns (string)
DaVinci
owner() view returns (address)
0xbe95caf714f90475e5abb0943cf3c2dfe245def1
symbol() view returns (string)
WTF
totalSupply() view returns (uint256)
8888000000000000000000
tradingLive() view returns (bool)
true
uniswapSwapRouter_() view returns (address)
0x68b3465833fb72a70ecdf485e0e4c7bd8665fc45
uniswapV3NonfungiblePositionManager_() view returns (address)
0xc36442b4a4522e871399cd717abdd847ab11fe88
units() view returns (uint256)
1000000000000000000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
erc20BalanceOf(address owner_) view returns (uint256)
erc721BalanceOf(address owner_) view returns (uint256)
erc721TransferExempt(address target_) view returns (bool)
getApproved(uint256) view returns (address)
getERC721TokensInQueue(uint256 start_, uint256 count_) view returns (uint256[])
isApprovedForAll(address, address) view returns (bool)
nonces(address) view returns (uint256)
owned(address owner_) view returns (uint256[])
ownerOf(uint256 id_) view returns (address erc721Owner)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events approve(address spender_, uint256 valueOrId_) returns (bool)
erc20Approve(address spender_, uint256 value_) returns (bool)
erc20TransferFrom(address from_, address to_, uint256 value_) returns (bool)
erc721Approve(address spender_, uint256 id_)
erc721TransferFrom(address from_, address to_, uint256 id_)
permit(address owner_, address spender_, uint256 value_, uint256 deadline_, uint8 v_, bytes32 r_, bytes32 s_)
recoverERC20(address tokenAddress, address tokenReceiver, uint256 tokenAmount)
recoverERC721(address tokenAddress, address tokenReceiver, uint256 tokenId, bytes data)
renounceOwnership()
safeTransferFrom(address from_, address to_, uint256 id_)
safeTransferFrom(address from_, address to_, uint256 id_, bytes data_)
setApprovalForAll(address operator_, bool approved_)
setDavinciPainting()
setERC721TransferExempt(address account_, bool value_)
setSelfERC721TransferExempt(bool state_)
setTokenURI(string _tokenURI)
transfer(address to_, uint256 value_) returns (bool)
transferFrom(address from_, address to_, uint256 valueOrId_) returns (bool)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed spender, uint256 indexed tokenId)
Approval(address indexed owner, address indexed spender, uint256 value)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ERC20Approval(address indexed owner, address indexed spender, uint256 value)
ERC20Transfer(address indexed from, address indexed to, uint256 indexed amount)
ERC721Approval(address indexed owner, address indexed spender, uint256 indexed tokenId)
ERC721Exempt(address indexed exemptedAddress)
ERC721Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
ERC721Unexempt(address indexed unexemptedAddress)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed amount)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
AlreadyExists()
DecimalsTooLow()
ERC404UniswapV3ExemptFactoryMismatch()
ERC404UniswapV3ExemptWETH9Mismatch()
InsufficientAllowance()
InvalidApproval()
InvalidExemption()
InvalidOperator()
InvalidRecipient()
InvalidSender()
InvalidSigner()
InvalidSpender()
InvalidTokenId()
MintLimitReached()
NotFound()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
OwnedIndexOverflow()
PermitDeadlineExpired()
QueueEmpty()
QueueFull()
QueueOutOfBounds()
RecipientIsERC721TransferExempt()
TokenInvalid()
TokenLoading()
Unauthorized()
UnsafeRecipient()