DackieOnBase
Verified contract
Active on
Base with 11,703 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USA | ERC-20 | 1 | $0.000783 |
$0 | |
LZPZ | ERC-20 | 2 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22699919 | a day ago | | | 0 | 0.000000304676644689 | |
| 22699916 | a day ago | | | 0 | 0.000000304526131341 | |
| 22665240 | 2 days ago | | | 0 | 5.7246491e-7 | |
| 22566519 | 4 days ago | | | 0 | 5.7489372e-7 | |
| 22530767 | 5 days ago | | | 0 | 2.1052576e-7 | |
| 22530765 | 5 days ago | | | 0 | 2.1100064e-7 | |
| 22506994 | 6 days ago | | | 0 | 0.000000309860149761 | |
| 22506991 | 6 days ago | | | 0 | 0.000000304676644689 | |
| 22499266 | 6 days ago | | | 0 | 2.3076450e-7 | |
| 22452993 | 7 days ago | | | 0 | 5.7846042e-7 |
ABI
ABI objects
Getter at block 22746915
name() view returns (string)
DackieOnBase
owner() view returns (address)
0x2636d9f1604b8e3aa4e004085706ad67c81c8d5d
paused() view returns (bool)
false
symbol() view returns (string)
DACKIE
totalSupply() view returns (uint256)
20000
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
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)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 _no) 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)
setMintStartTime(uint256 newStartTime)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
treasuryMint(uint256 _no)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Minted(address indexed _who, uint256 indexed _amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
TreasuryMinted(address indexed _to, uint256 indexed _amount)
Unpaused(address account)
constructor(string _uri, uint256 mintStartTime)
This contract contains no fallback and receive objects.
This contract contains no error objects.