Planeto
Verified contract
Active on
Ethereum with 1,053 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($371.00)
Native
Value
$371
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.0981 | $3,781.87 |
$371 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20643113 | 3 months ago | | | 0 | 0.000079531989 | |
| 20549696 | 4 months ago | | | 0 | 0.00010435502 | |
| 18907123 | a year ago | | | 0 | 0.0011434417 | |
| 18808161 | a year ago | | | 0 | 0.0016929935 | |
| 18400578 | a year ago | | | 0 | 0.00055749754 | |
| 17644218 | a year ago | | | 0 | 0.0034479136 | |
| 17175621 | 2 years ago | | | 0 | 0.0047337687 | |
| 16765965 | 2 years ago | | | 0 | 0.0012743106 | |
| 16716815 | 2 years ago | | | 0 | 0.00086249444 | |
| 16689420 | 2 years ago | | | 0 | 0.0011394294 |
ABI
ABI objects
Getter at block 21380882
communityWallet() view returns (address)
0x29af519bdd1d68340264c098b81a65deaae067cb
name() view returns (string)
Planeto
owner() view returns (address)
0x5868b05d47ef07c6204adb8e220de159fcfd89f9
paused() view returns (bool)
false
proxyRegistryAddress() view returns (address)
0xa5409ec958c83c3f309868babaca7c86dcb077c1
symbol() view returns (string)
PLNT
totalReleased() view returns (uint256)
10938200000000000000
totalShares() view returns (uint256)
100
totalSupply() view returns (uint256)
998
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)
released(address token, address account) view returns (uint256)
shares(address account) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
totalReleased(address token) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
collectReserves()
flipProxyState(address proxyAddress)
freeMint(bytes32[] proof)
merge(uint256 tokenIdA, uint256 tokenIdB)
mint(uint256 num) payable
release(address account)
release(address token, 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 baseURI)
setPaused(bool paused)
setPrice(uint256 _newPrice)
setRoot(bytes32 root)
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)
ERC20PaymentReleased(address indexed token, address to, uint256 amount)
Merge(uint256 indexed tokenIdA, uint256 indexed tokenIdB)
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(address _proxyRegistryAddress, address _communityWallet, address[] payees, uint256[] shares_)
receive()
This contract contains no error objects.