Monarch Token Security
Verified contract
Active on
Ethereum with 95 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 "Monarch Token Security"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19917036 | 6 months ago | | | 0 | 0.00043482565 | |
| 13495489 | 3 years ago | | | 0 | 0.0062154540 | |
| 12795062 | 3 years ago | | | 0 | 0.00044058000 | |
| 12790830 | 3 years ago | | | 0 | 0.0011108700 | |
| 12789117 | 3 years ago | | | 0 | 0.00070355100 | |
| 12788815 | 3 years ago | | | 0 | 0.0013330440 | |
| 12787396 | 3 years ago | | | 0 | 0.0011108700 | |
| 12787327 | 3 years ago | | | 0 | 0.0012219570 | |
| 12786972 | 3 years ago | | | 0 | 0.0011849280 | |
| 12783212 | 3 years ago | | | 0 | 0.0012585780 |
ABI
ABI objects
Getter at block 21180199
decimals() view returns (uint8)
18
isOwner() view returns (bool)
false
name() view returns (string)
Monarch Token Security
owner() view returns (address)
0x440f741dabbec7625730d0d0409f4a88d5e7111e
paused() view returns (bool)
false
symbol() view returns (string)
MTS
totalSupply() view returns (uint256)
500000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address owner) view returns (uint256)
isPauser(address account) view returns (bool)
State-modifying
Events addPauser(address account)
approve(address spender, uint256 value) returns (bool)
decreaseApproval(address spender, uint256 subtractedValue) returns (bool)
increaseApproval(address spender, uint256 addedValue) returns (bool)
pause()
renounceOwnership()
renouncePauser(address account)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
PauserAdded(address indexed account)
PauserRemoved(address indexed account)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.