MOTIV Protocol
Verified contract
Active on
Ethereum with 2,344 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 |
---|---|---|---|---|---|
MOV | ERC-20 | 562.137K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20659311 | 3 months ago | | | 0 | 0.000082254068 | |
| 20373661 | 4 months ago | | | 0 | 0.0014784600 | |
| 20317840 | 4 months ago | | | 0 | 0.00044833642 | |
| 20317838 | 4 months ago | | | 0 | 0.00065799308 | |
| 19556550 | 8 months ago | | | 0 | 0.00068201306 | |
| 19556539 | 8 months ago | | | 0 | 0.00076948432 | |
| 19556531 | 8 months ago | | | 0 | 0.00082438179 | |
| 19556378 | 8 months ago | | | 0 | 0.0013608739 | |
| 19382965 | 8 months ago | | | 0 | 0.0033605667 | |
| 19352963 | 9 months ago | | | 0 | 0.0021515149 |
ABI
ABI objects
Getter at block 21214285
burnTokenSupply() view returns (uint256)
0
decimals() view returns (uint256)
18
endSaleTime() view returns (uint256)
1590418541
manager() view returns (address)
0x7be8eae50d4641d9e2537ab9717fbcdb7604aedb
maxAdvisorSupply() view returns (uint256)
25000000000000000000000000
maxDevSupply() view returns (uint256)
70000000000000000000000000
maxEcoSupply() view returns (uint256)
90000000000000000000000000
maxLegalSupply() view returns (uint256)
25000000000000000000000000
maxMktSupply() view returns (uint256)
90000000000000000000000000
maxReserveSupply() view returns (uint256)
50000000000000000000000000
maxSaleSupply() view returns (uint256)
100000000000000000000000000
maxTeamSupply() view returns (uint256)
50000000000000000000000000
maxTotalSupply() view returns (uint256)
500000000000000000000000000
name() view returns (string)
MOTIV Protocol
owner() view returns (address)
0x3efe7299be35fa1d3c4a5f59fe1b23185e2343ae
privateSaleSupply() view returns (uint256)
95000000000000000000000000
publicSaleSupply() view returns (uint256)
5000000000000000000000000
saleTime() view returns (bool)
false
symbol() view returns (string)
MOV
tokenIssuedAdv() view returns (uint256)
25000000000000000000000000
tokenIssuedDev() view returns (uint256)
70000000000000000000000000
tokenIssuedEco() view returns (uint256)
90000000000000000000000000
tokenIssuedLegal() view returns (uint256)
25000000000000000000000000
tokenIssuedMkt() view returns (uint256)
90000000000000000000000000
tokenIssuedRsv() view returns (uint256)
50000000000000000000000000
tokenIssuedSale() view returns (uint256)
100000000000000000000000000
tokenIssuedTeam() view returns (uint256)
50000000000000000000000000
tokenLock() view returns (bool)
false
totalSupply() view returns (uint256)
500000000000000000000000000
totalTokenSupply() view returns (uint256)
500000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
approvals(address, address) view returns (uint256)
balanceOf(address _who) view returns (uint256)
balances(address) view returns (uint256)
State-modifying
Events advisorIssue(address _to)
approve(address _spender, uint256 _value) returns (bool)
burnToken(uint256 _value)
close()
devIssue(address _to)
ecoIssue(address _to)
endSale()
legalIssue(address _to)
mktIssue(address _to)
privateSaleIssue(address _to)
publicSaleIssue(address _to)
rsvIssue(address _to)
setTokenLock()
setTokenUnlock()
teamIssue(address _to)
transfer(address _to, uint256 _value) returns (bool)
transferAnyERC20Token(address tokenAddress, uint256 tokens) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferManager(address _to)
transferOwnership(address _to)
AdvIssue(address indexed _to, uint256 _tokens)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Burn(address indexed _from, uint256 _tokens)
ChangeManager(address indexed _from, address indexed _to)
ChangeOwner(address indexed _from, address indexed _to)
DevIssue(address indexed _to, uint256 _tokens)
EcoIssue(address indexed _to, uint256 _tokens)
EndSale(uint256 _date)
Legalssue(address indexed _to, uint256 _tokens)
MktIssue(address indexed _to, uint256 _tokens)
RsvIssue(address indexed _to, uint256 _tokens)
SaleIssue(address indexed _to, uint256 _tokens)
TeamIssue(address indexed _to, uint256 _tokens)
TokenUnlock(address indexed _to, uint256 _tokens)
Transfer(address indexed _from, address indexed _to, uint256 _value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.