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 "Send"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21263739 | 5 hours ago | | | 0 | 0.00032791496 | |
| 20979291 | a month ago | | | 0 | 0.00082887009 | |
| 20979282 | a month ago | | | 0 | 0.0017174168 | |
| 20895567 | 2 months ago | | | 0 | 0.00019882422 | |
| 20863612 | 2 months ago | | | 0 | 0.00053632343 | |
| 20842111 | 2 months ago | | | 0 | 0.00056954389 | |
| 20841587 | 2 months ago | | | 0 | 0.00066108380 | |
| 20779260 | 2 months ago | | | 0 | 0.0010991194 | |
| 20547667 | 3 months ago | | | 0 | 0.00037075358 | |
| 20519279 | 3 months ago | | | 0 | 0.00043094102 |
ABI
ABI objects
Getter at block 21265356
decimals() view returns (uint8)
18
getTokenName() view returns (string)
BaseToken_A
name() view returns (string)
Send
owner() view returns (address)
0x7fca65d9ce739b99988e335f5231c06d45f3db78
symbol() view returns (string)
SEND
tokenName() view returns (string)
BaseToken_A
totalSupply() view returns (uint256)
200000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events Airdrop(address[] _recipients, uint256[] _values)
approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
recoverToken(address tokenAddress, uint256 tokenAmount)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
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, uint8 _decimals, uint256 _cap)
This contract contains no fallback and receive objects.
This contract contains no error objects.