EuniceDAO
Verified contract
Active on
Ethereum with 864 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 "EuniceDAO"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17705287 | a year ago | | | 0 | 0.00038895348 | |
| 17157807 | 2 years ago | | | 0 | 0.00089872658 | |
| 16858656 | 2 years ago | | | 0 | 0.0011475909 | |
| 16858651 | 2 years ago | | | 0 | 0.0010102917 | |
| 16858648 | 2 years ago | | | 0 | 0.0011947024 | |
| 16849317 | 2 years ago | | | 0 | 0.0013946766 | |
| 16845215 | 2 years ago | | | 0 | 0.0014491530 | |
| 16794099 | 2 years ago | | | 0 | 0.00065998040 | |
| 16794088 | 2 years ago | | | 0 | 0.00069922661 | |
| 16468809 | 2 years ago | | | 0 | 0.00038275040 |
ABI
ABI objects
Getter at block 21172882
MAX_ELEMENTS() view returns (uint256)
1000
PRICE() view returns (uint256)
0
maxMint() view returns (uint256)
3
name() view returns (string)
EuniceDAO
owner() view returns (address)
0xb75a08e82a1bf0fcceb89bbdaf9aae00be8ca29a
symbol() view returns (string)
eSIMP
totalSupply() view returns (uint256)
1000
Read-only
balanceOf(address owner) view returns (uint256)
baseTokenUris(uint256) view returns (uint256 startId, uint256 endId, string baseURI)
getApproved(uint256 tokenId) view returns (address)
getUnsoldTokens(uint256 offset, uint256 limit) view returns (uint256[])
isApprovedForAll(address owner, address operator) view returns (bool)
isValidAccessMessage(address _add, uint8 _v, bytes32 _r, bytes32 _s) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
price(uint256 _count) view returns (uint256)
rawOwnerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events adminMint(uint256 _amount, address receiver) payable
approve(address to, uint256 tokenId)
clearBaseUris()
mint(uint256 _amount) payable
mintUnsoldTokens(uint256 amount)
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, uint256 startId, uint256 endId)
setDevAddress(address _devAddress, uint256 _devFee)
setMaxElements(uint256 maxElements)
setMaxMint(uint256 limit)
setMintPrice(uint256 mintPriceWei)
setPause(bool _pause)
setStartTimes(uint256 _publicStart)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawAll()
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)
PauseEvent(bool pause)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
welcomeSimp(uint256 indexed id)
constructor(string name, string ticker, uint256 maxTokens)
This contract contains no fallback and receive objects.
This contract contains no error objects.