龘龘 DáDá ERC404 Protocol
Verified contract
Active on
Ethereum with 258 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "龘龘 DáDá ERC404 Protocol"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20841897 | 2 months ago | | | 0 | 0.00030843600 | |
| 19405717 | 9 months ago | | | 0 | 0.0016538714 | |
| 19389061 | 9 months ago | | | 0 | 0.0022229101 | |
| 19313039 | 9 months ago | | | 0 | 0.0028557890 | |
| 19275423 | 9 months ago | | | 0 | 0.0010782200 | |
| 19258457 | 9 months ago | | | 0 | 0.0010981547 | |
| 19258038 | 9 months ago | | | 0 | 0.00083859877 | |
| 19252556 | 9 months ago | | | 0 | 0.00075688508 | |
| 19239222 | 9 months ago | | | 0 | 0.0010764331 | |
| 19226053 | 9 months ago | | | 0 | 0.0010207470 |
ABI
ABI objects
Getter at block 21295267
WETH() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
baseTokenURI() view returns (string)
https://violet-famous-clam-976.mypinata.cloud/ipfs/QmWZFYfEbqZ5aSzQzGQsqxYRPoV2ShEmmpSHNPe3iZCCi7
decimals() view returns (uint8)
18
istheSame() view returns (bool)
false
minted() view returns (uint256)
1993
name() view returns (string)
龘龘 DáDá ERC404 Protocol
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
DADA404
totalSupply() view returns (uint256)
1000000000000000000000
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)
setTokenURI(string _tokenURI)
setWhitelist(address target, bool state)
setistheSame(bool newValue)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amountOrId)
transferOwnership(address _owner)
Approval(address indexed owner, address indexed spender, uint256 amount)
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 indexed id)
constructor()
This contract contains no fallback and receive objects.
AlreadyExists()
InvalidOwner()
InvalidRecipient()
InvalidSender()
NotFound()
Unauthorized()
UnsafeRecipient()