CAPTAIN
Verified contract
Active on
Ethereum with 2,951 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 |
---|---|---|---|---|---|
CAPT | ERC-20 | 590.3987 | -- | -- | |
CAPT | ERC-20 | 301 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20839697 | 2 months ago | | | 0 | 0.00028494617 | |
| 20415144 | 3 months ago | | | 0 | 0.000035206191 | |
| 20319295 | 4 months ago | | | 0 | 0.00018404207 | |
| 20296269 | 4 months ago | | | 0 | 0.000057867162 | |
| 20296265 | 4 months ago | | | 0 | 0.000052336807 | |
| 20296264 | 4 months ago | | | 0 | 0.000049804876 | |
| 19842095 | 6 months ago | | | 0 | 0.00015371450 | |
| 19595736 | 7 months ago | | | 0 | 0.00030134480 | |
| 19490562 | 8 months ago | | | 0 | 0.00082778094 | |
| 19490562 | 8 months ago | | | 0 | 0.00076483660 |
ABI
ABI objects
Getter at block 21170104
decimals() view returns (uint8)
18
name() view returns (string)
CAPTAIN
symbol() view returns (string)
CAPT
totalSupply() view returns (uint256)
2730461076388888888888878
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isMinter(address account) view returns (bool)
State-modifying
Events addMinter(address account)
approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address account, uint256 amount) returns (bool)
renounceMinter()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
MinterAdded(address indexed account)
MinterRemoved(address indexed account)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _initialBeneficiar)
This contract contains no fallback and receive objects.
This contract contains no error objects.