MandoxGem
Verified contract
Active on
Ethereum with 105 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 "MandoxGem"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21151150 | 5 days ago | | | 0 | 0.00059024661 | |
| 21142314 | 6 days ago | | | 0 | 0.00057808891 | |
| 21044118 | 20 days ago | | | 0 | 0.00030675997 | |
| 21044106 | 20 days ago | | | 0 | 0.00028701070 | |
| 21044098 | 20 days ago | | | 0 | 0.00024776034 | |
| 21044093 | 20 days ago | | | 0 | 0.00042433089 | |
| 21039148 | 20 days ago | | | 0 | 0.00020773235 | |
| 21039063 | 20 days ago | | | 0 | 0.00036898928 | |
| 20947534 | a month ago | | | 0 | 0.00027933622 | |
| 20947524 | a month ago | | | 0 | 0.00053345656 |
ABI
ABI objects
Getter at block 21185331
decimals() view returns (uint8)
9
name() view returns (string)
MandoxGem
owner() view returns (address)
0x79b8d5c4473f3c3fb4117227e0bebf9bb54ec9ff
paused() view returns (bool)
false
symbol() view returns (string)
mGEM
totalSupply() view returns (uint256)
610818090000002000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isWhitelisted(address addr) view returns (bool isWhiteListed)
whitelist(address) view returns (address addr)
State-modifying
Events addAddressToWhitelist(address addr) returns (bool success)
approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address to, uint256 amount)
ownerMint(address to, uint256 amount)
pause()
renounceOwnership()
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) 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)
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.