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 "EllaDAO"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14996646 | 2 years ago | | | 0 | 0.0013452468 | |
| 14249132 | 3 years ago | | | 0 | 0.0028792187 | |
| 14213800 | 3 years ago | | | 0 | 0.0095408840 | |
| 14213792 | 3 years ago | | | 0 | 0.0089423969 | |
| 14213703 | 3 years ago | | | 0 | 0.0045301483 | |
| 14213688 | 3 years ago | | | 0 | 0.0065180308 | |
| 14213645 | 3 years ago | | | 0 | 0.0057773750 | |
| 14033459 | 3 years ago | | | 0 | 0.0068684255 | |
| 14033398 | 3 years ago | | | 0 | 0.0028786412 | |
| 14033398 | 3 years ago | | | 0 | 0.0030003919 |
ABI
ABI objects
Getter at block 21379086
baseURI() view returns (string)
currentSupply() view returns (uint256)
344
maxSupply() view returns (uint256)
344
name() view returns (string)
EllaDAO
owner() view returns (address)
0xa0d40d99f1f5ca15a9c194e1da77c31969aafc03
proxyRegistryAddress() view returns (address)
0xa5409ec958c83c3f309868babaca7c86dcb077c1
reservedAmount() view returns (uint256)
50
saleIsActive() view returns (bool)
false
symbol() view returns (string)
ELLA
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address account, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mintReserved(address to, uint256 amount)
renounceOwnership()
safeMint()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _baseTokenURI)
toggleSaleState()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
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(string _name, string _symbol, uint256 _maxSupply, uint256 _reservedAmount, address _proxyRegistryAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.