MoneySwap
Verified contract
Active on
Ethereum with 21,139 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 "MoneySwap"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20963080 | a month ago | | | 0 | 0.00065842213 | |
| 19766792 | 7 months ago | | | 0 | 0.00050276867 | |
| 19761382 | 7 months ago | | | 0 | 0.00078731603 | |
| 19759959 | 7 months ago | | | 0 | 0.00026490902 | |
| 19759646 | 7 months ago | | | 0 | 0.00029529166 | |
| 19759646 | 7 months ago | | | 0 | 0.00029518191 | |
| 19465827 | 8 months ago | | | 0 | 0.00073286633 | |
| 18633534 | a year ago | | | 0 | 0.00061129406 | |
| 18383938 | a year ago | | | 0 | 0.00025819200 | |
| 18375892 | a year ago | | | 0 | 0.00037059230 |
ABI
ABI objects
Getter at block 21261124
decimals() view returns (uint8)
0
name() view returns (string)
MoneySwap
newOwner() view returns (address)
0x8822f4134317a40a59f00dbef512b04332994e97
owner() view returns (address)
0x8822f4134317a40a59f00dbef512b04332994e97
symbol() view returns (string)
MSWAP
totalSupply() view returns (uint256)
1000000000
Read-only
allowance(address _holder, address _spender) view returns (uint256)
balanceOf(address _holder) view returns (uint256 balance)
frozen(address) view returns (bool)
State-modifying
Events acceptOwnership()
approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _value) returns (bool)
freezeAccount(address _holder) returns (bool)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address _newOwner)
unfreezeAccount(address _holder) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed owner, uint256 value)
Freeze(address indexed holder)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
Unfreeze(address indexed holder)
constructor()
fallback()
This contract contains no error objects.