AltEstate token
Verified contract
Active on
Ethereum with 1,914 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xb0f1…f137
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
| ERC-20 | 21M | -- | -- | |
| ERC-20 | 8.889K | -- | -- | |
C4Y | ERC-20 | 1.5K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21212871 | 6 days ago | | | 0 | 0.00075431124 | |
| 19099956 | 10 months ago | | | 0 | 0.00071060443 | |
| 19055549 | 10 months ago | | | 0 | 0.0010329099 | |
| 18964658 | a year ago | | | 0 | 0.0017352503 | |
| 17704830 | a year ago | | | 0 | 0.00084929575 | |
| 17644686 | a year ago | | | 0 | 0.00086836000 | |
| 17644686 | a year ago | | | 0 | 0.00086836000 | |
| 17638994 | a year ago | | | 0 | 0.00086836000 | |
| 17638939 | a year ago | | | 0 | 0.00086836000 | |
| 17638900 | a year ago | | | 0 | 0.00086836000 |
ABI
ABI objects
Getter at block 21257108
decimals() view returns (uint256)
18
mintingFinished() view returns (bool)
true
name() view returns (string)
AltEstate token
owner() view returns (address)
0x8af0f8b1511da6824241ce8a2b1c32034d53bd5b
ticker() view returns (string)
ALT
totalSupply() view returns (uint256)
1069639374000000000000000000
unfrozen() view returns (bool)
true
userRegistry() view returns (address)
0xb0f109ac40273682b2e7f0c3fed4d7634dbcf137
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
approveAndCall(address _spender, uint256 _value, bytes _data) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
finishMinting() returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
mint(address _to, uint256 _amount) returns (bool)
takeAway(address _holder, address _to) returns (bool)
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
unfrezee() returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Mint(address indexed to, uint256 amount)
MintFinished()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
Unfrezee()
constructor(address _registry)
This contract contains no fallback and receive objects.
This contract contains no error objects.