KoiAuctionToken
Verified contract
Active on
Ethereum with 1,646 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 96.012081 | $1.001 |
$96.11 |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21242571 | 7 days ago | | | 0 | 0.00053009281 | |
| 21141869 | 22 days ago | | | 0 | 0.00027597446 | |
| 21107202 | a month ago | | | 0 | 0.00015633254 | |
| 20992163 | a month ago | | | 0 | 0.00085214967 | |
| 20841548 | 2 months ago | | | 0 | 0.00028452532 | |
| 20839123 | 2 months ago | | | 0 | 0.00039051361 | |
| 20283830 | 5 months ago | | | 0 | 0.00050050575 | |
| 20270548 | 5 months ago | | | 0 | 0.00031185565 | |
| 20267027 | 5 months ago | | | 0 | 0.000059723175 | |
| 20260107 | 5 months ago | | | 0 | 0.000079239621 |
ABI
ABI objects
Getter at block 21296147
DOMAIN_SEPARATOR() view returns (bytes32)
0xc77191f3947d364cb68eeb00f2aea7016636637789fd41ceecbc72b9350b81c4
decimals() view returns (uint8)
18
name() view returns (string)
Koi Auction Token
symbol() view returns (string)
KOI
totalSupply() view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
nonces(address owner) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string _name, string _symbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.