MtPelerin Shares
Verified contract
Active on
Ethereum with 3,073 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 |
---|---|---|---|---|---|
C4Y | ERC-20 | 4.8K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21157036 | a day ago | | | 0 | 0.00073344606 | |
| 21145310 | 3 days ago | | | 0 | 0.0038882922 | |
| 21143706 | 3 days ago | | | 0 | 0.0028569904 | |
| 21133198 | 4 days ago | | | 0 | 0.0029423956 | |
| 21120879 | 6 days ago | | | 0 | 0.00018045934 | |
| 21115296 | 7 days ago | | | 0 | 0.00044232389 | |
| 21115197 | 7 days ago | | | 0 | 0.00027501232 | |
| 21113946 | 7 days ago | | | 0 | 0.00022739205 | |
| 21113839 | 7 days ago | | | 0 | 0.00019750373 | |
| 21091819 | 10 days ago | | | 0 | 0.0018377203 |
ABI
ABI objects
Getter at block 21165303
allTimeSeized() view returns (uint256)
2766
authorityAddress() view returns (address)
0x13abf9c02c150d7d4bfc65939b4fab216babdfb7
claimableLength() view returns (uint256)
0
decimals() view returns (uint256)
0
mintingFinished() view returns (bool)
true
name() view returns (string)
MtPelerin Shares
owner() view returns (address)
0x90813652358f99ca5ceeda3de8b3afe4ce8279b7
ruleLength() view returns (uint256)
2
symbol() view returns (string)
MPS
totalSupply() view returns (uint256)
10000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
auditCreatedAt(address _address) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
checkProof(address _holder, uint256 _proofId, uint256 _at) view returns (uint256)
claimable(uint256 _claimableId) view returns (address)
hasClaims(address _holder) view returns (bool)
lastReceivedAt(address _address) view returns (uint256)
lastSentAt(address _address) view returns (uint256)
lastTransactionAt(address _address) view returns (uint256)
proofAmount(address _holder, uint256 _proofId) view returns (uint256)
proofDateFrom(address _holder, uint256 _proofId) view returns (uint256)
proofDateTo(address _holder, uint256 _proofId) view returns (uint256)
proofLength(address _holder) view returns (uint256)
receivedCount(address _address) view returns (uint256)
rule(uint256 _ruleId) view returns (address)
sentCount(address _address) view returns (uint256)
totalReceivedAmount(address _address) view returns (uint256)
totalSentAmount(address _address) view returns (uint256)
transactionCount(address _address) view returns (uint256)
validateAddress(address _address) view returns (bool)
validateTransfer(address _from, address _to, uint256 _amount) view returns (bool)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
createProof(address _holder)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
defineAuthority(string _name, address _address)
defineClaimables(address[] _claimables)
defineRules(address[] _rules)
finishMinting() returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
mint(address _to, uint256 _amount) returns (bool)
renounceOwnership()
seize(address _account, uint256 _value)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferFromWithProofs(address _from, address _to, uint256 _value, bool _proofFrom, bool _proofTo) returns (bool)
transferOwnership(address _newOwner)
transferWithProofs(address _to, uint256 _value, bool _proofFrom, bool _proofTo) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
AuthorityDefined(string name, address _address)
ClaimablesDefined(uint256 count)
Mint(address indexed to, uint256 amount)
MintFinished()
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
ProofOfOwnership(address indexed holder, uint256 proofId)
RulesDefined(uint256 count)
Seize(address account, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.