You can do it X2E-DAO
Verified contract
Active on
Ethereum with 5,476 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($19.88)
Native
Value
$19.88
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.006 | $3,313.64 |
$19.88 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18915809 | 10 months ago | | | 0 | 0.00027007327 | |
| 17517812 | a year ago | | | 0 | 0.00060268355 | |
| 17418399 | a year ago | | | 0 | 0.00096959405 | |
| 17418167 | a year ago | | | 0 | 0.00086862392 | |
| 16811730 | 2 years ago | | | 0 | 0.0029771683 | |
| 16732168 | 2 years ago | | | 0 | 0.0031463493 | |
| 16731931 | 2 years ago | | | 0 | 0.0023863997 | |
| 16714426 | 2 years ago | | | 0 | 0.0039078761 | |
| 16708572 | 2 years ago | | | 0 | 0.0032584259 | |
| 16703275 | 2 years ago | | | 0 | 0.0032762325 |
ABI
ABI objects
Getter at block 21171206
baseExtension() view returns (string)
.json
cost() view returns (uint256)
0
maxMintAmount() view returns (uint256)
1
name() view returns (string)
You can do it X2E-DAO
owner() view returns (address)
0xad6c087ceb5d4d064fcdda2038c09e07eb269dee
paused() view returns (bool)
false
symbol() view returns (string)
X2E-I
totalSupply() view returns (uint256)
5445
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)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 _mintAmount) payable
pause(bool _state)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseExtension(string _newBaseExtension)
setBaseURI(string _newBaseURI)
setCost(uint256 _newCost)
setmaxMintAmount(uint256 _newmaxMintAmount)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw() payable
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.