MetaGoalCrowdsale
Verified contract
Active on
Ethereum with 1,625 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x2351…4620
Balances ($0.00)
No balances found for "MetaGoalCrowdsale"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16832769 | 2 years ago | | | 0 | 0.0016591823 | |
| 16832082 | 2 years ago | | | 0 | 0.0015757920 | |
| 16831046 | 2 years ago | | | 0 | 0.0019300806 | |
| 16830844 | 2 years ago | | | 0 | 0.0018640132 | |
| 16830112 | 2 years ago | | | 0 | 0.0020594910 | |
| 16826001 | 2 years ago | | | 0 | 0.0016584524 | |
| 16825907 | 2 years ago | | | 0 | 0.0018817834 | |
| 16825720 | 2 years ago | | | 0 | 0.0014147951 | |
| 16824916 | 2 years ago | | | 0 | 0.0015487427 | |
| 16824828 | 2 years ago | | | 0 | 0.0015200832 |
ABI
ABI objects
Getter at block 21227114
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
DOMAIN_SEPARATOR() view returns (bytes32)
0xe1535711499485260fdbde5650efd64474deaa35e28a14f09d73d5dc139a4b7e
GIFT_ROLE() view returns (bytes32)
0x879728dc18896388d9c57e7e9e5b96bbab79be0fe85103ab6c2474fd9b4ef7dd
GIFT_TYPEHASH() view returns (bytes32)
0x80843b860f240f60b54aab4c36d54300b7b9fc0bb51e36f7ce1e2c2f9025df14
current() view returns (uint256)
2211
opening() view returns (bool)
true
owner() view returns (address)
0x6b617143be9d0050beb9fce81fa1970973b1034b
token() view returns (address)
0x2351858b477143544d6b90fa32349ca34f3a4620
Read-only
getRoleAdmin(bytes32 role) view returns (bytes32)
getUserNonce(address user) view returns (uint256)
hasRole(bytes32 role, address account) view returns (bool)
restorable(address sender, bytes signature) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events gift(address[] _accounts, uint256[] _quantity)
grantRole(bytes32 role, address account)
mint(uint256 amount, bytes signature)
renounceOwnership()
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setNft(address _nft)
setOpening(bool _opening)
setSigningKey(address newSigningKey)
transferOwnership(address newOwner)
transferRoleAdmin(address newDefaultAdmin)
FreeMintingStarted(bool opening)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.