ELS SPACE
Verified contract
Active on
Ethereum with 722 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "ELS SPACE"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20747877 | 3 months ago | | | 0 | 0.000069982658 | |
| 20533081 | 4 months ago | | | 0 | 0.000098469894 | |
| 20226199 | 5 months ago | | | 0 | 0.00071350922 | |
| 20010065 | 6 months ago | | | 0 | 0.00039695614 | |
| 20010059 | 6 months ago | | | 0 | 0.00039499966 | |
| 20010056 | 6 months ago | | | 0 | 0.00037129477 | |
| 20010056 | 6 months ago | | | 0 | 0.00037136478 | |
| 19582573 | 8 months ago | | | 0 | 0.0011600631 | |
| 19582572 | 8 months ago | | | 0 | 0.0010898799 | |
| 19582568 | 8 months ago | | | 0 | 0.0011739544 |
ABI
ABI objects
Getter at block 21414804
beneficiaryAddress() view returns (address)
0x3d34f6aca45775feec26677e9c0faa3e80e7ade7
maxPeriodSupply() view returns (uint256)
1000
maxSupply() view returns (uint256)
3333
name() view returns (string)
ELS SPACE
owner() view returns (address)
0x3d34f6aca45775feec26677e9c0faa3e80e7ade7
period() view returns (uint256)
2
price() view returns (uint256)
100000000000000000000
supply() view returns (uint256)
333
symbol() view returns (string)
ELSS
totalSupply() view returns (uint256)
333
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
isApprovedForAll(address account, address operator) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
uri(uint256) view returns (string)
State-modifying
Events changeBeneficiaryAddress(address _beneficiaryAddress)
changePrice(uint256 _price)
mint(uint256 _tokenId) payable returns (uint256)
mintBatch(uint256[] _tokenIds, uint256[] _amounts)
renounceOwnership()
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
startNewPeriod(uint256 _newPeriod, uint256 _newPrice, uint256 _maxPeriodSupply)
stopPeriod()
transferOwnership(address newOwner)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
constructor(address _beneficiaryAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.