Monaco Estate
Verified contract
Active on
Ethereum with 17 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 "Monaco Estate"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11777132 | 4 years ago | | | 0 | 0.0062049400 | |
| 5886529 | 6 years ago | | | 0 | 0.0015492260 | |
| 5722506 | 6 years ago | | | 0 | 0.00018227600 | |
| 5705418 | 6 years ago | | | 0 | 0.00034632440 | |
| 5696474 | 6 years ago | | | 0 | 0.00079350600 | |
| 5648575 | 6 years ago | | | 0 | 0.00018227600 | |
| 5648187 | 6 years ago | | | 0 | 0.00079350600 | |
| 5628365 | 7 years ago | | | 0 | 0.0011085060 | |
| 5603795 | 7 years ago | | | 0 | 0.00014126390 | |
| 5560927 | 7 years ago | | | 0 | 0.0011085060 |
ABI
ABI objects
Getter at block 21223856
admin() view returns (address)
0x6bfc645b3fd135f14eed944922157c41dcc5e9ab
decimals() view returns (uint8)
18
mintingFinished() view returns (bool)
true
name() view returns (string)
Monaco Estate
owner() view returns (address)
0x7b47e1473f97040689812204113ff549b2e2c31b
paused() view returns (bool)
false
symbol() view returns (string)
MEST
totalSupply() view returns (uint256)
80875417908770222220863
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)
changeAdmin(address newAdmin)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
finishMinting() returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
mint(address _to, uint256 _amount) returns (bool)
pause()
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
unpause()
AdminAccessTransferred(address indexed admin, address indexed newAdmin)
Approval(address indexed owner, address indexed spender, uint256 value)
Mint(address indexed to, uint256 amount)
MintFinished()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Transfer(address indexed from, address indexed to, uint256 value)
Unpause()
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.