WenChangeDAO
Verified contract
Active on
Ethereum with 261 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($545.16)
Native
Value
$545.16
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.15225 | $3,580.66 |
$545.16 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18896711 | a year ago | | | 0 | 0.00059450713 | |
| 16743614 | 2 years ago | | | 0 | 0.00063294033 | |
| 16195672 | 2 years ago | | | 0 | 0.00057357782 | |
| 15921022 | 2 years ago | | | 0 | 0.00051110454 | |
| 15056163 | 2 years ago | | | 0 | 0.00042820612 | |
| 15041821 | 2 years ago | | | 0 | 0.0010899765 | |
| 14971257 | 2 years ago | | | 0 | 0.00066031028 | |
| 14650731 | 3 years ago | | | 0 | 0.00095192339 | |
| 14631402 | 3 years ago | | | 0 | 0.0022829569 | |
| 14576160 | 3 years ago | | | 0 | 0.0011447450 |
ABI
ABI objects
Getter at block 21293440
name() view returns (string)
WenChangeDAO
owner() view returns (address)
0x8cbfa75eab98b95a7f1cf4441057f52cb7e724f1
paused() view returns (bool)
false
symbol() view returns (string)
WEN
totalReleased() view returns (uint256)
10447750000000000000
totalShares() view returns (uint256)
100
totalSupply() view returns (uint256)
424
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)
payee(uint256 index) view returns (address)
released(address account) view returns (uint256)
shares(address account) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256 tokenId)
tokenURI(uint256 _tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 _mintAmount) payable
pause()
release(address account)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
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)
Paused(address account)
PayeeAdded(address account, uint256 shares)
PaymentReceived(address from, uint256 amount)
PaymentReleased(address to, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor(string _initBaseURI, address[] payees, uint256[] shares)
receive()
This contract contains no error objects.