CosplayToken
Verified contract
Active on
Ethereum with 11,218 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xe8ef…d871
Balances ($7,125.15)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
COT | ERC-20 | 1.441129M | $0.004944 |
$7,125.15 | |
COT | ERC-20 | 1.441104M | -- | -- | |
OMX | ERC-20 | 4K | -- | -- | |
XBX | ERC-20 | 100 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20896195 | 2 months ago | | | 0 | 0.00024710536 | |
| 20827053 | 2 months ago | | | 0 | 0.0012975736 | |
| 20819111 | 2 months ago | | | 0 | 0.0015752964 | |
| 20310317 | 4 months ago | | | 0 | 0.00016837745 | |
| 20268166 | 5 months ago | | | 0 | 0.00025641050 | |
| 20231860 | 5 months ago | | | 0 | 0.00035986928 | |
| 20231521 | 5 months ago | | | 0 | 0.00029071334 | |
| 20074862 | 5 months ago | | | 0 | 0.00064166395 | |
| 20025468 | 6 months ago | | | 0 | 0.0010182549 | |
| 19686614 | 7 months ago | | | 0 | 0.0013866467 |
ABI
ABI objects
Getter at block 21273020
_saleToken_owner() view returns (address)
0x25b94a458d19c97c7be62d1c2653669bccbb3e34
_totalSupply() view returns (uint256)
1000000000000000000000000000
_unsaleToken_owner() view returns (address)
0xcd16c17de250db7b30188a8fe07d276000e9ba93
decimals() view returns (uint8)
18
lockup() view returns (address)
0xe8ef3c44def889af5941c19ec85569a2a8fed871
mintingFinished() view returns (bool)
true
name() view returns (string)
CosplayToken
owner() view returns (address)
0x0354b600c89550e714c79d1b15c515e3683622b4
symbol() view returns (string)
COT
totalSupply() view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
finishMinting() returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
mint(address _to, uint256 _amount) returns (bool)
sellToken(address _to, uint256 _value) returns (bool)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
Mint(address indexed to, uint256 amount)
MintFinished()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _saleToken_wallet, address _unsaleToken_wallet, address _lockUp_address)
This contract contains no fallback and receive objects.
This contract contains no error objects.