MetaGoalCrowdsale
Verified contract
Active on
Ethereum with 620 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) |
---|---|---|---|---|---|---|---|
| 19411412 | 9 months ago | | | 0 | 0.0070498710 | |
| 19023675 | a year ago | | | 0 | 0.0036147169 | |
| 18606307 | a year ago | | | 0 | 0.0016888163 | |
| 18475983 | a year ago | | | 0 | 0.0015168999 | |
| 18441529 | a year ago | | | 0 | 0.0015730653 | |
| 18441484 | a year ago | | | 0 | 0.0013638550 | |
| 18440881 | a year ago | | | 0 | 0.0016886499 | |
| 18395606 | a year ago | | | 0 | 0.00075887903 | |
| 18302045 | a year ago | | | 0 | 0.00068164737 | |
| 18146968 | a year ago | | | 0 | 0.00096632377 |
ABI
ABI objects
Getter at block 21386996
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
DOMAIN_SEPARATOR() view returns (bytes32)
0x15b0cc8bd027642a43c13a518f40df5b2e4f2f4e285939b119b7a553aae19cbc
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
checkCardId(uint256 cardId) view returns (address)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
restorable(address sender, bytes signature, uint256 cardId) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events gift(address[] _accounts, uint256[] _quantity)
grantRole(bytes32 role, address account)
mint(bytes signature, uint256 cardId)
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.