SwapCoinz
Verified contract
Active on
Ethereum with 1,332 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 "SwapCoinz"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 10848331 | 4 years ago | | | 0 | 0.0040768380 | |
| 9871345 | 5 years ago | | | 0 | 0.00011987100 | |
| 9854127 | 5 years ago | | | 0 | 0.00012478500 | |
| 9817850 | 5 years ago | | | 0 | 0.00019990500 | |
| 9790271 | 5 years ago | | | 0 | 0.00024969003 | |
| 9722691 | 5 years ago | | | 0 | 0.000079890000 | |
| 9634683 | 5 years ago | | | 0 | 0.00016494300 | |
| 9474136 | 5 years ago | | | 0 | 0.000039981000 | |
| 9326327 | 5 years ago | | | 0 | 0.00011154699 | |
| 9319686 | 5 years ago | | | 0 | 0.00010989000 |
ABI
ABI objects
Getter at block 21267231
decimals() view returns (uint256)
8
emergencyFreeze() view returns (bool)
false
name() view returns (string)
SwapCoinz
owner() view returns (address)
0x64ca9e3b9ef8827d4de263472896933d5f799bba
symbol() view returns (string)
SPZ
totalSupply() view returns (uint256)
9000000000000000
Read-only
allowance(address _tokenOwner, address _spender) view returns (uint256 remaining)
balanceOf(address _tokenOwner) view returns (uint256 balance)
isFreezed(address _targetAddress) view returns (bool)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
approveAndCall(address _spender, uint256 _value, bytes _extraData) returns (bool success)
burn(uint256 _value) returns (bool success)
emergencyFreezeAllAccounts(bool _freeze) returns (bool res)
freezeAccount(address _target, bool _freeze) returns (bool res)
transfer(address _to, uint256 _value) returns (bool success)
transferAnyERC20Token(address _tokenAddress, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferOwnership(address _newOwner)
Approval(address indexed tokenOwner, address indexed spender, uint256 tokens)
Burn(address indexed from, uint256 amount)
EmerygencyFreezed(bool emergencyFreezeStatus)
Freezed(address targetAddress, bool frozen)
OwnershipTransferred(address indexed _from, address indexed _to)
Transfer(address indexed from, address indexed to, uint256 tokens)
constructor()
fallback()
This contract contains no error objects.