Invite Token
Verified contract
Active on
Ethereum with 340 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
MST | ERC-20 | 58 | -- | -- | |
INVITE | ERC-20 | 5 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14090483 | 3 years ago | | | 0 | 0.0087759810 | |
| 12646633 | 3 years ago | | | 0 | 0.0012729940 | |
| 12635485 | 3 years ago | | | 0 | 0.00049406280 | |
| 12635484 | 3 years ago | | | 0 | 0.00069222120 | |
| 12635483 | 3 years ago | | | 0 | 0.00069222120 | |
| 12635483 | 3 years ago | | | 0 | 0.00069222120 | |
| 12635453 | 3 years ago | | | 0 | 0.00069237960 | |
| 12090670 | 4 years ago | | | 0 | 0.010007001 | |
| 12090669 | 4 years ago | | | 0 | 0.013922001 | |
| 12090668 | 4 years ago | | | 0 | 0.013922001 |
ABI
ABI objects
Getter at block 21290107
decimals() view returns (uint256)
18
maxSupply() view returns (uint256)
10000000000000000000000000000
name() view returns (string)
Invite Token
owner() view returns (address)
0xbc04173e4ddbd5de5a64e3af92aec202ac825755
symbol() view returns (string)
INVITE
totalSupply() view returns (uint256)
10000000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
allowed(address, address) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
balances(address) view returns (uint256)
State-modifying
Events addWhiteListedContracts(address _address)
approve(address _spender, uint256 _value) returns (bool success)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
doTransfer(address _from, address _to, uint256 _value) returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
mint(uint256 _amount) returns (bool)
removeWhiteListedContracts(address _address)
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
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(uint256 _maxSupply)
This contract contains no fallback and receive objects.
This contract contains no error objects.