MySmartProperty Tokens
Verified contract
Active on
Ethereum with 153 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 "MySmartProperty Tokens"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 9019610 | 5 years ago | | | 0 | 0.0021195770 | |
| 8294918 | 5 years ago | | | 0 | 0.0031018201 | |
| 7730630 | 6 years ago | | | 0 | 0.00036697000 | |
| 7730526 | 6 years ago | | | 0 | 0.00051761000 | |
| 7730520 | 6 years ago | | | 0 | 0.00051761000 | |
| 7730489 | 6 years ago | | | 0 | 0.00036697000 | |
| 7685951 | 6 years ago | | | 0 | 0.00016513650 | |
| 7685946 | 6 years ago | | | 0 | 0.00016513650 | |
| 7685917 | 6 years ago | | | 0 | 0.00015528300 | |
| 7685908 | 6 years ago | | | 0 | 0.00010989900 |
ABI
ABI objects
Getter at block 21294463
addressBilborough() view returns (address)
0xaabb89ade1fc2424b7fe837c40e214375dcf9840
addressEccles() view returns (address)
0xf59c5199fcd7e29b2979831e39efbcf16b90b485
addressJenkins() view returns (address)
0x974e94c33a37e05c4ce292b43e7f50a57faa5bc7
addressLeskiw() view returns (address)
0x3a7e8eb6ddaa74e58a6f3a39e3d073a9efa22160
addressSupporters() view returns (address)
0x49ce9f664d9fe7774fe29f5ab17b46266e4437a4
decimals() view returns (uint32)
18
getTotalSupply() view returns (uint256)
11281893886241746501728130
mintingFinished() view returns (bool)
false
name() view returns (string)
MySmartProperty Tokens
owner() view returns (address)
0x7cdc6bb9534f18e6e532b37f4cbcf90bd641e73b
summBilborough() view returns (uint256)
3000000000000000000000000
summEccles() view returns (uint256)
2000000000000000000000000
summJenkins() view returns (uint256)
2000000000000000000000000
summLeskiw() view returns (uint256)
2000000000000000000000000
summSupporters() view returns (uint256)
1000000000000000000000000
symbol() view returns (string)
MSPT
totalSupply() view returns (uint256)
11281893886241746501728130
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
finishMinting() returns (bool)
mint(address _to, uint256 _amount) returns (bool)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
Mint(address indexed to, uint256 amount)
MintFinished()
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.