Captain Tsubasa
Verified contract
Active on
Ethereum with 447 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x4277…67f1
-
variable spans 3 additional slots
-
variable spans 3 additional slots
-
variable spans 3 additional slots
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
CTB | ERC-20 | 1.663945T | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18863695 | a year ago | | | 0 | 0.00057184339 | |
| 17877237 | a year ago | | | 0 | 0.00048778674 | |
| 17813142 | a year ago | | | 0 | 0.0012708696 | |
| 17774780 | a year ago | | | 0 | 0.0012931533 | |
| 17774705 | a year ago | | | 0 | 0.0014036636 | |
| 17734027 | a year ago | | | 0 | 0.00076760797 | |
| 17704799 | a year ago | | | 0 | 0.00052445509 | |
| 17704795 | a year ago | | | 0 | 0.00078083119 | |
| 17701785 | a year ago | | | 0 | 0.00053561612 | |
| 17695541 | a year ago | | | 0 | 0.00093506237 |
ABI
ABI objects
Getter at block 21316365
_tokenDistributor() view returns (address)
0x4277ba5bcc57e0fd812528f7935aaa99663e67f1
allot() view returns (uint256 markting, uint256 burn, uint256 addL, uint256 total)
(markting=1, burn=0, addL=0, total=1)
autoSell() view returns (bool status, uint256 minPart, uint256 maxPart, uint256 parts)
(status=true, minPart=500, maxPart=10000, parts=5000000)
decimals() view returns (uint8)
18
fees() view returns (uint256 buy, uint256 sell, uint256 transfer, uint256 total)
(buy=1, sell=1, transfer=0, total=100)
getToken0Price() view returns (uint256)
0
getToken1Price() view returns (uint256)
10502227426
mc() view returns (address)
0x76bda39e2b3f35c3fd6a6ec57c87b2657b500a0b
name() view returns (string)
Captain Tsubasa
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
CTB
totalSupply() view returns (uint256)
394900000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isStatus(address) view returns (uint256)
ispair(address) view returns (bool)
marketingAddress(uint256) view returns (address)
marketingShare(uint256) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
send(address token, uint256 amount)
setAll(struct MCCAllot allotConfig, struct MCCautoConfig sellconfig, address[] list, uint256[] share)
setAllot(struct MCCAllot allot_)
setAutoSellConfig(struct MCCautoConfig autoSell_)
setFees(struct CTBFees fees_)
setMarketing(address[] list, uint256[] share)
setPair(address token)
setPairs(address token)
setStatus(address[] list, uint256 state)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
trigger(uint256 t)
unSetPair(address pair)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name_, string symbol_, uint256 total_)
receive()
InStatusError(address user)