IreneDAO
Verified contract
Active on
Ethereum with 3,742 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($4,233.53)
Native
Value
$3,237.71
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 1.01 | $3,205.65 |
$3,237.71 | |
FRAX | ERC-20 | 1K | $0.995827 |
$995.83 | |
IDO | ERC-20 | 2.5B | -- | -- | |
$ Evmosia.com | ERC-20 | 7.5K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21128260 | 4 days ago | | | 0 | 0.00059253568 | |
| 21128216 | 4 days ago | | | 0 | 0.00067085859 | |
| 21115198 | 6 days ago | | | 0 | 0.00063229621 | |
| 21115193 | 6 days ago | | | 0 | 0.00056236489 | |
| 21115183 | 6 days ago | | | 0 | 0.00066374917 | |
| 21115182 | 6 days ago | | | 0 | 0.00057038936 | |
| 21115179 | 6 days ago | | | 0 | 0.00059255273 | |
| 21115174 | 6 days ago | | | 0 | 0.00067678637 | |
| 20883918 | a month ago | | | 0 | 0.00042401378 | |
| 20849397 | a month ago | | | 0 | 0.00017394904 |
ABI
ABI objects
Getter at block 21158397
name() view returns (string)
IreneDAO
owner() view returns (address)
0x818cf89054b3a5e03d4677b52982e8319d009194
symbol() view returns (string)
IRENEDAO
totalSupply() view returns (uint256)
1106
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) pure returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint() payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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.