SWAPCOINZ
Verified contract
Active on
Ethereum with 2,719 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SPAZ | ERC-20 | 400 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12622453 | 3 years ago | | | 0 | 0.00013665400 | |
| 12576219 | 3 years ago | | | 0 | 0.00054951000 | |
| 12030315 | 4 years ago | | | 0 | 0.0033814400 | |
| 11922579 | 4 years ago | | | 0 | 0.0047696880 | |
| 11838360 | 4 years ago | | | 0 | 0.0049536460 | |
| 11752432 | 4 years ago | | | 0 | 0.0024217820 | |
| 11729421 | 4 years ago | | | 0 | 0.0019518840 | |
| 11673853 | 4 years ago | | | 0 | 0.0024038620 | |
| 11673570 | 4 years ago | | | 0 | 0.0021687600 | |
| 11645228 | 4 years ago | | | 0 | 0.0022504240 |
ABI
ABI objects
Getter at block 21167035
_totalSupply() view returns (uint256)
3000000000000000
decimals() view returns (uint8)
8
name() view returns (string)
SWAPCOINZ
newOwner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0xa91d1bcf754e461b509756c42b9745da085c79a1
symbol() view returns (string)
SPAZ
totalSupply() view returns (uint256)
3000000000000000
Read-only
allowance(address tokenOwner, address spender) view returns (uint256 remaining)
balanceOf(address tokenOwner) view returns (uint256 balance)
safeAdd(uint256 a, uint256 b) pure returns (uint256 c)
safeDiv(uint256 a, uint256 b) pure returns (uint256 c)
safeMul(uint256 a, uint256 b) pure returns (uint256 c)
safeSub(uint256 a, uint256 b) pure returns (uint256 c)
State-modifying
Events acceptOwnership()
approve(address spender, uint256 tokens) returns (bool success)
approveAndCall(address spender, uint256 tokens, bytes data) returns (bool success)
transfer(address to, uint256 tokens) returns (bool success)
transferAnyERC20Token(address tokenAddress, uint256 tokens) returns (bool success)
transferFrom(address from, address to, uint256 tokens) returns (bool success)
transferOwnership(address _newOwner)
Approval(address indexed tokenOwner, address indexed spender, uint256 tokens)
OwnershipTransferred(address indexed from, address indexed to)
Transfer(address indexed from, address indexed to, uint256 tokens)
constructor(string _symbol, string _name, uint8 _decimals, uint256 totalSupply, address _owner)
fallback()
This contract contains no error objects.