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 "BlinkSwap"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 1998774 | a year ago | | | 0 | 0.000070203003 | |
| 1998181 | a year ago | | | 0 | 0.000070167003 |
ABI
ABI objects
Getter at block 22956156
decimals() view returns (uint8)
18
name() view returns (string)
BlinkSwap
owner() view returns (address)
0xf923058982dd79b267164bb9ff5873ddbc4ed9fc
symbol() view returns (string)
Blink
totalSupply() view returns (uint256)
100000000000000000000000000000
Read-only
allowance(address tokenOwner, address spender) view returns (uint256 remaining)
balanceOf(address tokenOwner) view returns (uint256 balance)
State-modifying
Events approve(address spender, uint256 tokens) returns (bool success)
transfer(address to, 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 previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 tokens)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.